mirror of
https://github.com/nineties/planckforth
synced 2024-12-26 21:58:42 +01:00
use lowercase
This commit is contained in:
parent
aa8cf33242
commit
2ab5e91e69
1 changed files with 1 additions and 1 deletions
2
core.fs
2
core.fs
|
@ -452,7 +452,7 @@ alias-builtin xor ^
|
|||
\ Rename existing FORTH words
|
||||
: word W ;
|
||||
: find F ;
|
||||
: >CFA G ;
|
||||
: >cfa G ;
|
||||
|
||||
\ === Compilers ===
|
||||
|
||||
|
|
Loading…
Reference in a new issue