Fixed|Scripting: Edge cases in parser and slice operator
The parser would fail if a single-line catch compound was used at the end of the script.
Slice operator would not omit the last element of the range, if trying to start past the end.
View differences
Fixed|Scripting: Edge cases in parser and slice operator
The parser would fail if a single-line catch compound was used at the end of the script.
Slice operator would not omit the last element of the range, if trying to start past the end.