- :string
- or :nothing
render
~
render template with |string| interpolation
Parameters
render template :string
Attributes
once | don't render recursively | |
template | render as a template |
Returns
Examples
copyx: 2 greeting: "hello" print ~"|greeting|, your number is |x|" ; hello, your number is 2