X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=sys.f;h=0815e0fe0ca89d729a068e5072a4e8b721635460;hb=95f71309628ccb9339cf43fb2326ab506bd5ae04;hp=27d540a87cee34e5f172194a21b88812ec72338e;hpb=f0df53c35124c9a5e2b045aba60b513faa344567;p=rrq%2Fjonasforth.git diff --git a/sys.f b/sys.f index 27d540a..0815e0f 100644 --- a/sys.f +++ b/sys.f @@ -1,4 +1,4 @@ -BUF" :" CREATE ] DOCOL +S" :" CREATE ] DOCOL READ-WORD CREATE LIT DOCOL , ] @@ -83,5 +83,7 @@ EXIT [ ( Read a number from standard input. ) : READ-NUMBER READ-WORD PARSE-NUMBER ; +S" Ready." TELL NEWLINE + ( vim: syntax=forth )