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
|
||||
: countdown ( n -- )
|
||||
begin
|
||||
dup .
|
||||
1- dup
|
||||
0 <
|
||||
dup .
|
||||
1-
|
||||
dup 0 <
|
||||
until
|
||||
drop ;
|
||||
|
||||
|
|
Loading…
Reference in a new issue