aboutsummaryrefslogtreecommitdiffstats
path: root/tests/redefine-builtin.forth
diff options
context:
space:
mode:
Diffstat (limited to 'tests/redefine-builtin.forth')
-rw-r--r--tests/redefine-builtin.forth5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/redefine-builtin.forth b/tests/redefine-builtin.forth
new file mode 100644
index 0000000..88f3a52
--- /dev/null
+++ b/tests/redefine-builtin.forth
@@ -0,0 +1,5 @@
+INPUT
+: + * ;
+5 6 * .
+OUTPUT
+30