<unquote>
Carries out block code expansion on its contents. (Available as of prod-9)
Description
<unquote>
is used in conjunction with <quote>
.
Whereas <quote>
is used to delay evaluation and execution of block code,
<unquote>
is used to force the evaluation of block code.
Syntax
<unquote> {@var} </unquote>