Home
Press ? for keyboard navigation
❮
unless statement
Suffix unless
❯
if
Suffix if
examples/conditionals/suffix_if.cr
x
=
23
puts
"OK"
if
x
>
20
puts
"OK"
if
x
!=
20
begin
x
=
x
+
1
;
puts
x
end
if
x
<
30
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)