class TemplateString

A string with substitutions, partially implements the AST interface.

Is automatically “splatted” into multiple expressions when the containing Cell is evaluated: the original string (str=), but with with substitution markers like #{1}, #{2} and so on and one expression for each substitution.

# symbols in the original string are escaped to ##.

index

static functions

ast interface

details

static functions

ast interface