fix formatting

This commit is contained in:
~d6 2023-12-03 22:14:41 -05:00
parent 8cd1974d14
commit d801187d46
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
BRK
@on-console-init ( -- BRK )
.Console/stdin DEI #0a EQU ?{ BRK } ( ; skip ispell's one line banner )
.Console/stdin DEI #0a EQU ?{ BRK } ( ; skip ispell's one line banner )
#01 .ready STZ ( ; after newline we are ready )
LIT "> print BRK ( ; print simple prompt and return )