You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ordering is correct in both cases, in first case SUBK writes result into R11 that doesn't conflict with R10.
Execution result of your sample is the same in both versions.
Meta-method execution order inside multiple assignment statement is not guaranteed.
Merged to 0.555 and I'm afraid it is still not ordering correctly re: #754
Pulled down 0.555 luau windows binary and ran with luau --compile BinarySearch.lua > Result.text
If the assignments are not done using multiple assignment the order is correct and the search works
BinarySearch.zip
The text was updated successfully, but these errors were encountered: