aboutsummaryrefslogtreecommitdiff
path: root/buzzard/demo1.1st
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2017-06-10 23:18:31 +0200
committerDimitri Sokolyuk <demon@dim13.org>2017-06-10 23:18:31 +0200
commitda312e375eb0a0758a4dd72e287d3aba86c04d99 (patch)
treeaa7d3631273b516e7f10ef40a53a5edd21a81b7e /buzzard/demo1.1st
parente4d7ac43458f9f96a15041d35feddecca20ddbba (diff)
Add FIRST & THIRD almost FORTH
Diffstat (limited to 'buzzard/demo1.1st')
-rw-r--r--buzzard/demo1.1st12
1 files changed, 12 insertions, 0 deletions
diff --git a/buzzard/demo1.1st b/buzzard/demo1.1st
new file mode 100644
index 0000000..b836967
--- /dev/null
+++ b/buzzard/demo1.1st
@@ -0,0 +1,12 @@
+: immediate _read @ ! - * / <0 exit echo key _pick
+
+: show echo echo echo echo exit
+: all show show show show echo exit
+
+: doit immediate
+ 10 33 100 108 114 111 87
+ 32 111 108 108 101 72
+ all
+exit
+
+doit