mirror of
https://git.sr.ht/~crc_/retroforth
synced 2024-11-16 19:48:56 +01:00
fix a typo
FossilOrigin-Name: 803b037141e0d575e7838b23daec09e47c6a9b6d18d1a452006d58c332d41405
This commit is contained in:
parent
f1545cd95c
commit
d1547a0d1c
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ This yields -1 (`TRUE`) as expected. So we can easily
|
|||
name it:
|
||||
|
||||
```
|
||||
:palindrome dup s:reverse s:eq? ;
|
||||
:palindrome? dup s:reverse s:eq? ;
|
||||
```
|
||||
|
||||
Naming uses the `:` prefix to add a new word to the dictionary.
|
||||
|
|
Loading…
Reference in a new issue