modal/examples/test.modal

5 lines
89 B
Plaintext
Raw Normal View History

2024-04-06 18:49:25 -04:00
<> (?x dup) (?x ?x)
<> (?x ?y swap) (?y ?x)
<> ( ?x pop) ()
2024-04-04 20:15:16 -04:00
2024-04-06 18:49:25 -04:00
(1 2 3) (4 5 6) swap pop dup