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