RosettaCodeData/Task/Literals-String/IDL/literals-string-4.idl
2023-07-01 13:44:08 -04:00

4 lines
52 B
Text

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