1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-24 11:00:19 +10:00
collapseos/tests/all/test_ps.fs
Virgil Dupras e31527f5ac Add word ROT>
There are many situations where it can be useful. Worth it.
2020-10-29 12:41:08 -04:00

5 lines
69 B
Forth

42 43 44 ROT
42 #eq 44 #eq 43 #eq
42 43 44 ROT>
43 #eq 42 #eq 44 #eq