Home
Press ? for keyboard navigation
❮
Math
Enums
❯
Proc
Proc
Proc
examples/other/proc.cr
square
=
->
(
x
:
Int32
)
{
x
*
x
}
puts
typeof
(
square
)
# Proc(Int32, Int32)
puts
square
.
call
(
3
)
# 9
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)