Skip to content

Commit 54d59f9

Browse files
committed
Add loop example to README.md
1 parent f5b538e commit 54d59f9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ boi, boi:greet " " boi:subject boi
1010
1111
boi, [int 72] [int 69] [int 76] [int 76] [int 79] boi
1212
13-
boi, [dec 5] boi
13+
boi: tmp [int 0] boi
14+
bloop < boi:tmp [int 10] boi
15+
boi, "I say this 10 times" boi
16+
boi: tmp [+ boi:tmp [int 1]] boi
17+
BOI
1418
1519
boi! set a [int 1] boi
1620
boi! set b [int 2] boi

0 commit comments

Comments
 (0)