Elixir Examples
String interpolation
Mar 1, 2016
String interpolation
"Hello 42"
=
"Hello
#{
21
+
21
}
"