5 lines
87 B
Text
5 lines
87 B
Text
CHARACTER s = "hello", sl*100
|
|
|
|
WRITE() s // " literal"
|
|
sl = s // " literal"
|
|
WRITE() sl
|