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
/
do-loop.forth
blob: 4bf49b2cc0824727bce709cbc00b82536ed11ea7 (
plain
)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
INPUT : decade 10 0 do i . loop ; decade OUTPUT 0 1 2 3 4 5 6 7 8 9