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

7 lines
197 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04: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"