RosettaCodeData/Task/Singly-linked-list-Element-insertion/Forth/singly-linked-list-element-insertion-1.fth
Ingy döt Net 68f8f3e56b all tasks
2013-04-11 01:07:29 -07:00

4 lines
113 B
Forth

\ Create the list and some list elements
create A 0 , char A ,
create B 0 , char B ,
create C 0 , char C ,