SmallBASIC GuideThe language | Programming Tips | Commands | System | Graphics & Sound | Miscellaneous | File system | Mathematics | 2D Algebra | Strings | Console | Glossary |
The pseudo-operator <<

This operator can be used to append elements to an array.
A << 1
A << 2
A << 3

? A(1)


[Prev] [Next]