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
/
lxiny-examples
/
arithmetic2.forth
blob: 6b99ced335146c6f2614bcb457cf2c74a98a1e65 (
plain
)
1
2
3
4
5
6
7
8
9
10
INPUT 99 negate . -99 abs . 52 23 max . 52 23 min . OUTPUT -99 99 52 23