
10 DIM string$[10] : REM most BASIC interpreters don't need strings to be DIMed
20 string$ = "Hello"
30 string$ = string$ + "World"
