7 lines
128 B
Text
7 lines
128 B
Text
|
|
/* Added by Aykayayciti Earl Lamont Montgomery
|
||
|
|
April 10th, 2018 */
|
||
|
|
|
||
|
|
s1, s2 = "Hello", "Foo"
|
||
|
|
> s1 + " World"
|
||
|
|
printl(s2 + " bar")
|