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

9 lines
145 B
Forth
Raw Permalink Normal View History

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