Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The if clause in line 216 doesn't work with the current ifx compiler as it doesn't necessarily check the if statements sequentially and stops after finding the first untrue argument. These if arguments have to be separated as is done within this change.
- Loading branch information