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

5 lines
87 B
Text

CHARACTER s = "hello", sl*100
WRITE() s // " literal"
sl = s // " literal"
WRITE() sl