Advertisement
Guest User

Untitled

a guest
Feb 20th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. t1 = Node t2 7 t3
  2. t2 = Node (Node Void 4 Void) 5 (Node Void 6 Void)
  3. t3 = Node Void 8 Void
  4. testing = Node (Node (Node Void 0 Void) 1 (Node Void 2 Void)) 3 t1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement