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

5 lines
153 B
Text

fput item list ; add item to the head of a list
first list ; get the data
butfirst list ; get the remainder
bf list ; contraction for "butfirst"