aboutsummaryrefslogtreecommitdiff
path: root/j1demo/firmware/doc.fs
diff options
context:
space:
mode:
Diffstat (limited to 'j1demo/firmware/doc.fs')
-rw-r--r--j1demo/firmware/doc.fs20
1 files changed, 0 insertions, 20 deletions
diff --git a/j1demo/firmware/doc.fs b/j1demo/firmware/doc.fs
deleted file mode 100644
index 8b3c07d..0000000
--- a/j1demo/firmware/doc.fs
+++ /dev/null
@@ -1,20 +0,0 @@
-( Documentation conventions JCB 14:37 10/26/10)
-
-meta
-
-: getword ( -- a u )
- begin
- bl word count dup 0=
- while
- 2drop refill true <> abort" Failed to find word"
- repeat
-;
-
-: ================================================================
- begin
- getword
- nip 64 =
- until
-;
-
-target