fix typo in stack comment for times

FossilOrigin-Name: 8bbba0d68a9cb7445cfe5c68d8bf0913107b96e9a08184fbeed6cb1c63d7641e
This commit is contained in:
crc 2018-05-13 15:24:35 +00:00
parent a4e28b79d2
commit 7c3d223ae2

View file

@ -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 ;
~~~