RosettaCodeData/Task/Literals-String/HicEst/literals-string-1.hicest
2023-07-01 13:44:08 -04:00

4 lines
146 B
Text

CHARACTER c1='A', c2="B", c3=&C&
CHARACTER str1='single quotes', str2="double quotes", str3*100
str3 = % delimit "Nested 'strings' " if needed %