Home
Press ? for keyboard navigation
❮
Hello Name (variables)
Interpolation
❯
#
Hello Name with interpolation
Interpolation is the embedding of variables in strings using
#{}
examples/intro/hello_name_interpolation.cr
name
=
"Foo Bar"
puts
"Hello
#{
name
}
!"
Hello Foo Bar!
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)