summaryrefslogtreecommitdiff
path: root/test.prn
diff options
context:
space:
mode:
authortomsmeding <hallo@tomsmeding.nl>2015-08-19 17:37:41 +0200
committertomsmeding <hallo@tomsmeding.nl>2015-08-19 19:06:41 +0200
commita8e5f14082f656e8a329969c96940cc547aa54d8 (patch)
treeae9d0b2e66e0549e25fb88d48a87fc913dc6be9f /test.prn
parent14ec4b8342ee1abc268d13f6c5c33f982c16f41e (diff)
LOTS of stuff and BRAINFUCK INTERPRETER
Lots of builtins added, made ready for the brainfuck interpreter, included as bf.prn.
Diffstat (limited to 'test.prn')
-rw-r--r--test.prn5
1 files changed, 4 insertions, 1 deletions
diff --git a/test.prn b/test.prn
index c04d8a9..65549f9 100644
--- a/test.prn
+++ b/test.prn
@@ -16,4 +16,7 @@ end
0 if
"yup!" print lf
end
-"done." print lf
+
+
+42 "vv" store
+vv print lf