modal/examples/hello.modal

6 lines
90 B
Plaintext
Raw Normal View History

2024-04-04 19:31:10 -04:00
<> (?x dup) (?x ?x)
<> (?x ?y swap) (?y ?x)
2024-04-05 13:34:46 -04:00
<> ( ?x pop) ()
2024-04-04 19:31:10 -04:00
2024-04-05 13:34:46 -04:00
(1 2 3) (4 5 6) swap pop dup