aboutsummaryrefslogtreecommitdiff
path: root/docs/j1/toolchain/demo1.fs
diff options
context:
space:
mode:
Diffstat (limited to 'docs/j1/toolchain/demo1.fs')
-rw-r--r--docs/j1/toolchain/demo1.fs7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/j1/toolchain/demo1.fs b/docs/j1/toolchain/demo1.fs
new file mode 100644
index 0000000..7c49af4
--- /dev/null
+++ b/docs/j1/toolchain/demo1.fs
@@ -0,0 +1,7 @@
+: main
+ begin
+ h# 0 io@
+ d# 1 +
+ h# 0 io!
+ again
+;