Skip to content

3.0.3: Return bugfix

Compare
Choose a tag to compare
@onepiecefreak3 onepiecefreak3 released this 10 Dec 14:32
· 13 commits to master since this release
a7824ce

This release fixes a bug, where return statements were not allowed without a value being returned, despite this being explicitly possible as per script specification and engine.

The script specification also mixed up instructions 10 and 11.
10 is meant to be yield and 11 is meant to be return.
This mixup only occured in the specification and not in XtractQuery itself, so no faulty scripts were created.