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

16 lines
171 B
Factor
Raw Permalink Normal View History

2019-09-12 10:33:56 -07:00
USING: interpolate locals namespaces ;
"Sally" "name" set
"bicycle"
"home"
[let
"crying" :> a
[I ${name} crashed her ${1}. Her ${1} broke.
${name} ran ${} ${a}.
I]
]