6 lines
53 B
Text
6 lines
53 B
Text
|
|
s = "hello"
|
||
|
|
t = s <> " literal"
|
||
|
|
|
||
|
|
IO.puts s
|
||
|
|
IO.puts t
|