minor fix

This commit is contained in:
Koichi Nakamura 2021-01-02 15:54:05 +09:00
parent 7a67e8a57a
commit 3eaf59bae4

View file

@ -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@ ;