SmallBASIC GuideThe language | Programming Tips | Commands | System | Graphics & Sound | Miscellaneous | File system | Mathematics | 2D Algebra | Strings | Console | Glossary |
Constants and Variables > Strings

Strings may be appended to one another using the + operator.
b = "Hello, " + "world!"

[Up]