Updated test

This commit is contained in:
Devine Lu Linvega 2024-04-05 09:37:48 -07:00
parent 84efce7fa6
commit 976749c292
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<> (?x dup) (?x ?x) <> (?x dup) (?x ?x)
<> (?x ?y swap) (?y ?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