This document provides an overview of VBScript syntax rules and conventions including:
- Case-sensitivity in VBScript is ignored
- Whitespace like spaces and tabs are ignored except in strings
- Strings must be enclosed in single or double quotes
- All opened brackets like parentheses must be closed
- Comments can be inserted using single quote or REM
- Variable, function and subroutine names must follow naming conventions