Literal keywords
- Last UpdatedApr 24, 2024
- 1 minute read
XRS Script language supports the following literal keywords:
-
this, which refers to the current instance of the class.
-
null, which represents a null reference and is the default value of var data type.
-
true and false, which are used to initialize a bool data type or to pass a bool value.