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

8 lines
102 B
Text
Raw Permalink Normal View History

2018-06-22 20:57:24 +00:00
/* created by Aykayayciti Earl Lamont Montgomery
April 9th, 2018 */
s = "fun "
s = s + "Falcon"
> s