RosettaCodeData/Task/Literals-String/Lingo/literals-string-3.lingo

7 lines
197 B
Plaintext

template = QUOTE&"Milliseconds since last reboot: "&QUOTE&"&_system.milliseconds"
-- expand template in current context
str = value(template)
put str
-- "Milliseconds since last reboot: 20077664"