RosettaCodeData/Task/String-concatenation/Forth/string-concatenation.fth

5 lines
119 B
Forth
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
s" hello" pad place
pad count type
s" there!" pad +place \ +place is called "append" on some Forths
pad count type