Home
Press ? for keyboard navigation
❮
Type of array elements
Int32 or Nil
❯
ENV
Environment variables
examples/other/env.cr
ENV
.
keys
.
sort!
.
each
{
|
key
|
puts
"%-25s %s"
%
{
key
,
ENV
[
key
]
}
}
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)