From a76977af62010a392c16010c367185e61e856ffe Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Wed, 30 Oct 2019 20:04:56 +0100 Subject: mv to docs --- j1demo/firmware/doc.fs | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 j1demo/firmware/doc.fs (limited to 'j1demo/firmware/doc.fs') 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 -- cgit v1.2.3