Skip to content

Commit 0b5770b

Browse files
2 parents 4ab46b7 + 2290208 commit 0b5770b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

ScriptSpecification.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Introduction
44

5-
This document describes the human-readable output from XtractQuery and its syntax.
5+
This document describes the human-readable output from XtractQuery and its syntax.<br>
66
It also describes its relation to the instruction types read from the format, as per the format specification.
77

88
## Functions
@@ -49,9 +49,12 @@ All literal values and variables have their own notation, so they can be faithfu
4949

5050
## Variable notation
5151

52-
Variables have a fixed notation to declare their placement on the stack. (see "Variables" in the format specification)
52+
Variables have a fixed notation to declare their placement on the stack. (see "Variables" in the format specification)<br>
5353
All variables start with the prefix '$', followed by a fixed term and number from 0 to 999 for placement on the stack.
5454

55+
Additionally, as of version 3.0.4, an optional variable name can be appended after the number portion of the variable.<br>
56+
Everything after the number will be ignored for compilation and follows no specific syntax other than it has to append to the number portion and shouldn't start with a number itself.
57+
5558
| Notation | Description |
5659
| - | - |
5760
| ```$unk0``` | A value, that persists through multiple scripts. |

0 commit comments

Comments
 (0)