4 lines
41 B
Text
4 lines
41 B
Text
|
|
a = "Frink"
|
||
|
|
b = a + " rules!"
|
||
|
|
println[b]
|