RosettaCodeData/Task/String-interpolation-included-/Falcon/string-interpolation-included-.falcon
2023-07-01 13:44:08 -04: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