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

7 lines
197 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
template = QUOTE&"Milliseconds since last reboot: "&QUOTE&"&_system.milliseconds"
-- expand template in current context
str = value(template)
put str
-- "Milliseconds since last reboot: 20077664"