index
:
forth
master
Forth-like stack-based language
[email protected]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
nested-ifs2.forth
blob: 9fe1260613a78f69a1aa7b4eed58c4a5e6bd6350 (
plain
)
1
2
3
4
5
6
7
8
INPUT : f if 99 . if 88 . then 77 . then 66 . ; 1 1 f OUTPUT 99 88 77 66