RosettaCodeData/Task/String-append/Falcon/string-append.falcon

7 lines
128 B
Text
Raw Permalink Normal View History

2018-06-22 20:57:24 +00:00
/* Added by Aykayayciti Earl Lamont Montgomery
April 10th, 2018 */
s1, s2 = "Hello", "Foo"
> s1 + " World"
printl(s2 + " bar")