Home
Press ? for keyboard navigation
❮
Suffix if
Logical operators
❯
unless
Suffix unless
examples/conditionals/suffix_unless.cr
x
=
23
puts
"not 17"
unless
x
==
17
puts
"not 17"
if
!
(
x
==
17
)
puts
"not 17"
if
x
!=
17
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)