RosettaCodeData/Task/String-interpolation--included-/Falcon/string-interpolation--included-.falcon
2018-06-22 20:57:24 +00:00

8 lines
186 B
Text

/* created by Aykayayciti Earl Lamont Montgomery
April 9th, 2018 */
size = "little"
> @ "Mary had a $size lamb"
// line 1: use of the = operator
// line 2: use of the @ and $ operator