6 lines
65 B
Text
6 lines
65 B
Text
' FB 1.05.0 Win64
|
|
|
|
Var s = "String"
|
|
s += " append"
|
|
Print s
|
|
Sleep
|