Obsolete: See v1.1.12.
New features available for testing:
- Optional parameters can be omitted by writing two consecutive commas, as in
InStr(a, b,, 2)
. Unlike previous versions, this works for objects (including COM objects) and built-in functions.[a,,b]
can be used to create a sparse array. - Object properties can be set using variadic syntax, as in
x[y*] := z
. Previously this required z to contain the array of parameters.
Download - includes ANSI, Unicode and x64 exe files.
Source