Feature | 1.04.0 qb | 1.05.0 qb | 1.06.0 qb | 1.07.3 qb | 1.08.1 qb | 1.09.0 qb | 1.10.0 qb |
---|---|---|---|---|---|---|---|
' Comments | X | X | X | X | X | X | X |
!"literal" prefix | X | X | X | X | X | X | X |
"." in Symbol Names | X | X | X | X | X | X | X |
"_" in Symbol Names | X | X | X | X | X | X | X |
$ suffix optional on built-in string functions | - | - | - | - | - | - | - |
$"literal" prefix | X | X | X | X | X | X | X |
: Statement Separator | X | X | X | X | X | X | X |
_ Line Continuation | X | X | X | X | X | X | X |
16-bit INTEGER, 32-bit LONG | X | X | X | X | X | X | X |
32-bit INTEGER, 32/64-bit LONG | - | - | - | - | - | - | - |
Anonymous Inner Types | - | - | - | - | - | - | - |
BYREF default for passing arguments | X | X | X | X | X | X | X |
BYREF default for passing UDT's | X | X | X | X | X | X | X |
BYVAL default for passing scalars | - | - | - | - | - | - | - |
Can access keywords with "__" prefix | X | X | X | X | X | X | X |
Classes | - | - | - | - | - | - | - |
DATA (Module Level) | X | X | X | X | X | X | X |
DATA (Procedure Level) | - | - | - | - | - | - | - |
DATA Inside Module Level Compound Statements | X | X | X | X | X | X | X |
Explicit Scope Blocks | - | - | - | - | - | - | - |
Function return type can be declared AS TYPE | X | X | X | X | X | X | X |
Function return type can be declared with suffix | X | X | X | X | X | X | X |
Function return type can be UDT | X | X | X | X | X | X | X |
GOSUB (Module Level) | X | X | X | X | X | X | X |
GOSUB (Procedure Level) | X | X | X | X | X | X | X |
Implicit Scope Blocks | - | - | - | - | - | - | - |
Implicit Variables | X | X | X | X | X | X | X |
Initialize array bounds with ... | - | - | - | - | - | - | - |
Initializer using a function | - | - | - | - | - | - | - |
Initializers | - | - | - | - | - | - | - |
Labels (floating point) | X | X | X | X | X | X | X |
Labels (Integer) | X | X | X | X | X | X | X |
Labels (Named) | X | X | X | X | X | X | X |
Multiline Comments /' '/ | X | X | X | X | X | X | X |
Namespaces | - | - | - | - | - | - | - |
Overloaded Operators | - | - | - | - | - | - | - |
Overloaded Procedures | - | - | - | - | - | - | - |
Pointers | - | - | - | - | - | - | - |
Preprocessor | X | X | X | X | X | X | X |
Scoped #define's | X | X | X | X | X | X | X |
Suffixes (! # $ % &) | X | X | X | X | X | X | X |
Symbols with same name as keywords | X | X | X | X | X | X | X |
Threading | - | - | - | - | - | - | - |
Unicode | - | - | - | - | - | - | - |
Unsigned Integer Types | - | - | - | - | - | - | - |
Up to 64-bit Integer Types | - | - | - | - | - | - | - |
Use of CALL before definition | X | X | X | X | X | X | X |
Variadic functions | X | X | X | X | X | X | X |
Variadic macros | X | X | X | X | X | X | X |
Table generated on
August 6, 2022