mirror of
https://github.com/zeroflag/fcl.git
synced 2025-01-11 20:01:10 +01:00
Update README.md
This commit is contained in:
parent
864d446b9f
commit
63f2d52a53
1 changed files with 2 additions and 1 deletions
|
@ -93,7 +93,8 @@ For example:
|
||||||
begin
|
begin
|
||||||
dup .
|
dup .
|
||||||
1- dup
|
1- dup
|
||||||
0 < until
|
0 <
|
||||||
|
until
|
||||||
drop ;
|
drop ;
|
||||||
|
|
||||||
5 countdown \ prints 5 4 3 2 1 0
|
5 countdown \ prints 5 4 3 2 1 0
|
||||||
|
|
Loading…
Reference in a new issue