Closed CollinReeser closed 9 years ago
This will evaluate the array index expression in the boolean expression:
arr := [false, false, false]; b := true || arr[5];
This will evaluate the array index expression in the boolean expression: