Software: SSTP:
Variables
SSTP provides only one variable type: the string. SSTP variable names are any set of characters not including a space or quote and preceded by an underscore (_).
SSTP variables can be set by SSTP-SET and printed out by SSTP-WRITE. They can also be used as arguments to any function
SSTP has several built-in variables:
_page - the page that SSTP was told to parse
_template - the template that the page will be parsed according to
_date - today's date
_gen - the page generation time (this can only be used with SSTP-WRITE)