aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lxiny-examples/arithmetic2.forth
blob: a2212d386ad64b8d16169a6a8ee003b03c535928 (plain)
1
2
3
4
5
6
7
8
9
10
INPUT
99 negate .k
-99 abs .  
52 23 max .
52 23 min .
OUTPUT
-99
99
52
23