RosettaCodeData/Task/Literals-String/Factor/literals-string-11.factor

16 lines
171 B
Factor

USING: interpolate locals namespaces ;
"Sally" "name" set
"bicycle"
"home"
[let
"crying" :> a
[I ${name} crashed her ${1}. Her ${1} broke.
${name} ran ${} ${a}.
I]
]