5 lines
52 B
Text
5 lines
52 B
Text
|
|
b = 'hello'
|
||
|
|
a = b+' world
|
||
|
|
print,a
|
||
|
|
;==> hello world
|