mirror of
https://git.sr.ht/~crc_/retroforth
synced 2024-11-16 19:48:56 +01:00
fix a typo
FossilOrigin-Name: 3baf585c0a52f6297f3b36516aa6ee11e404cf58696030d5acd77d89fbb2788d
This commit is contained in:
parent
b8d326aef3
commit
f1545cd95c
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ This yields -1 (`TRUE`) as expected. So we can easily
|
||||||
name it:
|
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.
|
Naming uses the `:` prefix to add a new word to the dictionary.
|
||||||
|
|
Loading…
Reference in a new issue