summary refs log tree commit diff
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index 71ff62c..1e1094d 100644
--- a/README.txt
+++ b/README.txt
@@ -133,6 +133,32 @@ takes care not to encourage programming habits that would burn through memory
 space.
 
 
+ ~~~~~~~~~~~~~~~~~~~~~
+~~ Advanced features ~~
+ ~~~~~~~~~~~~~~~~~~~~~
+
+TODO where should this go? should there be an interactive tutorial?
+
+: baz ." baz baz baz!" newline 1 nexit ;
+: bar ." bar start" newline baz baz baz ." bar end" newline ;
+: foo ." foo start" newline bar ." foo end" newline ;
+foo
+foo start
+bar start
+baz baz baz!
+baz baz baz!
+baz baz baz!
+bar end
+foo end
+: baz ." baz baz baz!" newline 2 nexit ;
+: bar ." bar start" newline baz baz baz ." bar end" newline ;
+: foo ." foo start" newline bar ." foo end" newline ;
+foo
+foo start
+bar start
+baz baz baz!
+
+
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 ~~ Reading Evocation's source code ~~
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~