This website requires JavaScript.
Explore
Help
Sign In
d6
/
modal
Watch
1
Star
0
Fork
You've already forked modal
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
52e6c5d89a
modal
/
examples
/
hello.modal
6 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Do not skip first token
2024-04-04 19:31:10 -04:00
<> (?x dup) (?x ?x)
<> (?x ?y swap) (?y ?x)
Register reassignment
2024-04-05 13:34:46 -04:00
<> ( ?x pop) ()
Do not skip first token
2024-04-04 19:31:10 -04:00
Register reassignment
2024-04-05 13:34:46 -04:00
(1 2 3) (4 5 6) swap pop dup