Updated test
This commit is contained in:
parent
84efce7fa6
commit
976749c292
|
@ -1,5 +1,5 @@
|
|||
<> (?x dup) (?x ?x)
|
||||
<> (?x ?y swap) (?y ?x)
|
||||
<> (?x pop) ()
|
||||
<> ( ?x pop) ()
|
||||
|
||||
(1 2 3) (4 5 6) swap pop
|
||||
(1 2 3) (4 5 6) swap pop dup
|
||||
|
|
Loading…
Reference in New Issue