Home
Press ? for keyboard navigation
❮
Add numbers - concatenate strings
Numeric Operators
❯
Add mixed strings and Integers
Error: no overload matches 'Int32#+' with type String
examples/intro/add_mixed.cr
x
=
23
y
=
"19"
z
=
x
+
y
puts
z
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)