Home
Press ? for keyboard navigation
❮
String Transliteration
sprintf and %
❯
String Builder
examples/strings/build.cr
str
=
String
.
build
do
|
temp
|
temp
<<
"hello "
temp
<<
1
end
puts
str
# => "hello 1"
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)