Update README.md

This commit is contained in:
Attila Magyar 2021-06-20 13:33:59 +02:00 committed by GitHub
parent fcdb9cc11b
commit 1e76950dc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,8 +90,8 @@ For example:
: countdown ( n -- )
begin
dup .
1- dup
0 <
1-
dup 0 <
until
drop ;