RosettaCodeData/Task/Literals-String/IDL/literals-string-4.idl

5 lines
52 B
Plaintext

b = 'hello'
a = b+' world
print,a
;==> hello world