Function: |
Declares a variable tag to replace GALiRe tag. i.e. - $<b>=<bold>; $</b>=<end bold>;
This creates a <b> and </b> tag to replace the <bold> and <end bold> tags respectively for the rest of the document.
Also declares a variable array to replace multiple GALiRe tags. i.e. -
$<graded>=<bold><italics><color:red;>;
$</graded>=<end bold><end italics><end color>;
This creates a <graded> and </graded> tag to replace multiple tags for the rest of the document. This command will only work BEFORE THE GALIRE TAG. Created tags work outside of AScript. |
|