RosettaCodeData/Task/Substring-Top-and-tail/Forth/substring-top-and-tail.fth

9 lines
145 B
Forth
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
: hello ( -- c-addr u )
s" Hello" ;
hello 1 /string type \ => ello
hello 1- type \ => hell
hello 1 /string 1- type \ => ell