Home
Press ? for keyboard navigation
❮
Ampersand: &
Math
❯
STDIN don't accept nil
gets
will retun
nil
if we press Ctrl-D
gets.not_nil!
will raise an exception
examples/other/gets_not_nil.cr
# x = gets
# puts x.nil?
x
=
gets
.
not_nil!
puts
x
.nil?
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)