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-ifs3.forth
blob: 729229df9be243f64adf0728db46f02826ffb296 (
plain
)
1
2
3
4
5
INPUT : f if 99 . if 88 . then 77 . then 66 . ; 0 0 f OUTPUT 66