Home
Press ? for keyboard navigation
❮
Loops
loop controls (next, break)
❯
loop
break
loop
examples/loops/loop.cr
cnt
=
0
loop
do
cnt
+=
1
puts
cnt
break
if
cnt
>=
10
end
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)