mirror of
https://github.com/nineties/planckforth
synced 2024-12-26 21:58:42 +01:00
minor fix
This commit is contained in:
parent
7a67e8a57a
commit
3eaf59bae4
1 changed files with 1 additions and 1 deletions
|
@ -833,7 +833,7 @@ alias-builtin xor ^
|
|||
\ ( n "name" -- )
|
||||
: constant create , does> @ ;
|
||||
|
||||
( === Strings === )
|
||||
( === String === )
|
||||
|
||||
\ Skip reading spaces, read characters and returns first character
|
||||
: char ( <spces>ccc -- c ) word drop c@ ;
|
||||
|
|
Loading…
Reference in a new issue