RosettaCodeData/Task/Literals-String/Lingo/literals-string-3.lingo
2023-07-01 13:44:08 -04: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"