aboutsummaryrefslogtreecommitdiff
path: root/j1demo/firmware/doc.fs
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2019-10-30 20:04:56 +0100
committerDimitri Sokolyuk <demon@dim13.org>2019-10-30 20:04:56 +0100
commita76977af62010a392c16010c367185e61e856ffe (patch)
tree56cf4177d5bc0e3ead781d1c60818c13b1df0f3c /j1demo/firmware/doc.fs
parentc0165d167d7cb40d80028bcf7a4a6b160b5a7e83 (diff)
mv to docs
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