import Str from "sino.string"
let name = "Sino"
"Welcome to: {name}!"
|> Str:template({name=name})
|> print()Welcome to: Sino!
Modern syntax. Lua runtime. No compromises.
import Str from "sino.string"
let name = "Sino"
"Welcome to: {name}!"
|> Str:template({name=name})
|> print()Welcome to: Sino!