TUPLE: linked-list data next ; : ( data -- linked-list ) linked-list new swap >>data ;