aboutsummaryrefslogtreecommitdiffstats
path: root/tests/add.forth
diff options
context:
space:
mode:
Diffstat (limited to 'tests/add.forth')
-rw-r--r--tests/add.forth4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/add.forth b/tests/add.forth
new file mode 100644
index 0000000..690bdba
--- /dev/null
+++ b/tests/add.forth
@@ -0,0 +1,4 @@
+INPUT
+1 3 + .
+OUTPUT
+4