RosettaCodeData/Task/Singly-linked-list-Element-insertion/Forth/singly-linked-list-element-insertion-1.fth

5 lines
113 B
Forth
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
\ Create the list and some list elements
create A 0 , char A ,
create B 0 , char B ,
create C 0 , char C ,