diff options
author | dan <[email protected]> | 2023-05-31 22:07:58 -0400 |
---|---|---|
committer | dan <[email protected]> | 2023-05-31 22:07:58 -0400 |
commit | c737bfb388a0bc591e6f677b714e28ab7f3799d8 (patch) | |
tree | bd9b47da12676d5279c28c20b852a960215aecb6 /tests/lxiny-examples/arithmetic2.forth | |
parent | 25ecb947f3b832c31ea049ba06187580833c90c2 (diff) | |
parent | febaca45c48545e1ad82553583669e920e9cf487 (diff) | |
download | forth-c737bfb388a0bc591e6f677b714e28ab7f3799d8.tar.gz forth-c737bfb388a0bc591e6f677b714e28ab7f3799d8.tar.bz2 forth-c737bfb388a0bc591e6f677b714e28ab7f3799d8.zip |
Merge branch 'master' of https://git.danrh.net/forth
Diffstat (limited to 'tests/lxiny-examples/arithmetic2.forth')
-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 . |