Home
Press ? for keyboard navigation
❮
require
Multiple assignment
❯
Constants
Variable names that start with upper-case letter are constants
examples/other/constants.cr
PI
=
3.14
puts
PI
PI
=
3.145
# Error: already initialized constant PI
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)