diff options
Diffstat (limited to 'tests/lxiny-examples')
-rw-r--r-- | tests/lxiny-examples/arithmetic2.forth | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lxiny-examples/arithmetic2.forth b/tests/lxiny-examples/arithmetic2.forth index a2212d3..6b99ced 100644 --- a/tests/lxiny-examples/arithmetic2.forth +++ b/tests/lxiny-examples/arithmetic2.forth @@ -1,5 +1,5 @@ INPUT -99 negate .k +99 negate . -99 abs . 52 23 max . 52 23 min . |