Home
Press ? for keyboard navigation
❮
Shuffle array
Remove nil elements
❯
join
examples/arrays/join.cr
names
=
[
"Foo"
,
"Bar"
,
"Baz"
]
puts
names
.
join
"-"
# Foo-Bar-Baz
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)