mirror of
https://git.sr.ht/~crc_/retroforth
synced 2024-11-18 10:07:37 +01:00
fix typo in stack comment for times
FossilOrigin-Name: 8bbba0d68a9cb7445cfe5c68d8bf0913107b96e9a08184fbeed6cb1c63d7641e
This commit is contained in:
parent
a4e28b79d2
commit
7c3d223ae2
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ Execute quote until quote returns a non-zero flag.
|
|||
The `times` combinator runs a quote (n) times.
|
||||
|
||||
~~~
|
||||
:times (q-)
|
||||
:times (nq-)
|
||||
swap [ repeat 0; #1 - push &call sip pop again ] call drop ;
|
||||
~~~
|
||||
|
||||
|
|
Loading…
Reference in a new issue