mirror of
https://github.com/nineties/planckforth
synced 2025-01-15 15:40:58 +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" -- )
|
\ ( n "name" -- )
|
||||||
: constant create , does> @ ;
|
: constant create , does> @ ;
|
||||||
|
|
||||||
( === Strings === )
|
( === String === )
|
||||||
|
|
||||||
\ Skip reading spaces, read characters and returns first character
|
\ Skip reading spaces, read characters and returns first character
|
||||||
: char ( <spces>ccc -- c ) word drop c@ ;
|
: char ( <spces>ccc -- c ) word drop c@ ;
|
||||||
|
|
Loading…
Reference in a new issue