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
fcdb9cc11b
commit
1e76950dc7
1 changed files with 3 additions and 3 deletions
|
@ -89,9 +89,9 @@ For example:
|
||||||
```forth
|
```forth
|
||||||
: countdown ( n -- )
|
: countdown ( n -- )
|
||||||
begin
|
begin
|
||||||
dup .
|
dup .
|
||||||
1- dup
|
1-
|
||||||
0 <
|
dup 0 <
|
||||||
until
|
until
|
||||||
drop ;
|
drop ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue