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

4 lines
53 B
Plaintext

a = ' that''s a string
print,a
;==> that's a string