modal/examples/test.modal

6 lines
90 B
Plaintext

<> (?x dup) (?x ?x)
<> (?x ?y swap) (?y ?x)
<> ( ?x pop) ()
(1 2 3) (4 5 6) swap pop dup