From 31dcdd0c68c6fa9d5ec69a1c025ead619e30e08e Mon Sep 17 00:00:00 2001 From: dan Date: Mon, 29 May 2023 16:08:47 -0400 Subject: tests: add lxiny-examples tests --- tests/lxiny-examples/arithmetic.forth | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/lxiny-examples/arithmetic.forth (limited to 'tests/lxiny-examples/arithmetic.forth') diff --git a/tests/lxiny-examples/arithmetic.forth b/tests/lxiny-examples/arithmetic.forth new file mode 100644 index 0000000..95eee8a --- /dev/null +++ b/tests/lxiny-examples/arithmetic.forth @@ -0,0 +1,10 @@ +INPUT +6 7 * . +1360 23 - . +12 12 / . +13 2 mod . +OUTPUT +42 +1337 +1 +1 -- cgit v1.2.3