Skip to content

Commit

Permalink
seq sample fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Nov 27, 2023
1 parent 4e612d6 commit 0a15f8f
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,20 +150,21 @@ This is how you iterate:
[args...] > app
memory 0 > x
seq > @
x.write 2
while.
x.lt 6
[i]
seq > @
*
QQ.io.stdout
QQ.txt.sprintf
"%d x %d = %d\n"
x
x
x.times x
x.write
x.plus 1
*
x.write 2
while.
x.lt 6
[i]
seq > @
*
QQ.io.stdout
QQ.txt.sprintf
"%d x %d = %d\n"
x
x
x.times x
x.write
x.plus 1
TRUE
```

Expand Down

0 comments on commit 0a15f8f

Please sign in to comment.