RosettaCodeData/Task/Singly-linked-list-Element-definition/Logo/singly-linked-list-element-definition-1.logo
2023-07-01 13:44:08 -04: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"