RosettaCodeData/Task/Literals-String/Lingo/literals-string-3.lingo
2016-12-05 23:44:36 +01:00

6 lines
197 B
Text

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