Home
Press ? for keyboard navigation
❮
No type-checking?
Require other files
❯
Infinity
Divide by zero is Infinity
examples/other/divide_by_zero.cr
puts
divide
(
8
,
2
)
puts
divide
(
8
,
0
)
puts
divide
(
8
,
4
)
def
divide
(
x
,
y
)
return
x
/
y
end
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)