mirror of
https://github.com/nineties/planckforth
synced 2025-01-13 08:01:10 +01:00
export spaces
This commit is contained in:
parent
d014418bb4
commit
318c57ca56
1 changed files with 2 additions and 2 deletions
|
@ -2497,7 +2497,7 @@ need-defined (read)
|
|||
recurse case of rangeof endof endcase
|
||||
do loop +loop unloop leave i j k
|
||||
|
||||
char [char] key
|
||||
char [char] key emit spaces
|
||||
.s . .r u. u.r dec. hex. type
|
||||
." s" bl '\n' cr space base decimal hex
|
||||
catch throw success
|
||||
|
@ -2512,7 +2512,7 @@ need-defined (read)
|
|||
( \
|
||||
c@ c! c, @ ! ,
|
||||
word find >cfa >dfa
|
||||
bye emit execute exit here latest
|
||||
bye execute exit here latest
|
||||
end-update-dictionary
|
||||
; execute
|
||||
|
||||
|
|
Loading…
Reference in a new issue