Scripting > mrScriptBasic overview > mrScriptBasic language reference > General information
 
General information
Data types: Describes the mrScriptBasic Variant base data type and its subtypes.
Comments and coding conventions: Information on the mechanics of writing code, including breaking and combining lines of code and adding comments to your code.
Naming conventions: Describes the rules for naming variables and elements in mrScriptBasic.
Understanding numbering systems: Describes how to represent numbers in hexadecimal and octal.
Variables: Describes how to declare variables in mrScriptBasic, explains the scope and lifetime of mrScriptBasic variables, and the differences between scalar and array variables.
User-defined constants: Describes how to define user-defined constants in mrScriptBasic.
Expressions and functions: Provides links to the Expression Evaluation and UNICOM Intelligence Function Library sections, which describe the operators and functions you can use in mrScriptBasic.
Additional keywords: Explains some additional keywords that are part of mrScriptBasic.
See also
mrScriptBasic language reference