RosettaCodeData/Task/String-append/Forth/string-append-2.fth

5 lines
99 B
Forth
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
ok
s" Hello " astring place ok
s" World!" astring +place ok
astring count type Hello World! ok