mirror of
https://github.com/nineties/planckforth
synced 2024-12-26 21:58:42 +01:00
Fix comment
This commit is contained in:
parent
f11179089e
commit
38ef3ef9fc
1 changed files with 1 additions and 1 deletions
2
core.fs
2
core.fs
|
@ -246,7 +246,7 @@ l!
|
|||
\ Return 1 if c==' ' or c=='\n', 0 otherwise.
|
||||
cs i, '#, 'L, k , '=, '~, 'L, k:k0-, '=, '|, 'e, l!
|
||||
|
||||
\ 'W' ( "<spaces>name" -- c-addr u )
|
||||
\ 'W' ( "name" -- c-addr u )
|
||||
\ Skip leading spaces (' ' and '\n'),
|
||||
\ Read name, then return its address and length.
|
||||
\ The maximum length of the name is 127. The behavior is undefined
|
||||
|
|
Loading…
Reference in a new issue