RosettaCodeData/Task/Literals-String/Oforth/literals-string.fth
2023-07-01 13:44:08 -04:00

5 lines
42 B
Forth

'a'
'\''
"abcd"
"ab\ncd"
"ab\" and \" cd"