mirror of
https://github.com/nineties/planckforth
synced 2024-12-27 21:58:35 +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
|
\ Rename existing FORTH words
|
||||||
: word W ;
|
: word W ;
|
||||||
: find F ;
|
: find F ;
|
||||||
: >CFA G ;
|
: >cfa G ;
|
||||||
|
|
||||||
\ === Compilers ===
|
\ === Compilers ===
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue