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
[this list is to be completed upon discovering features where Mlang is more strict than the original compiler]
Mlang does not accept variables as array indices : VARTMPTAB1[VARTMP1] = 42 is rejected by Mlang but accepted by the legacy compiler
(probably linked to the assumption that the only variable used as index is X)
[this list is to be completed upon discovering features where Mlang is more strict than the original compiler]
VARTMPTAB1[VARTMP1] = 42
is rejected by Mlang but accepted by the legacy compiler(probably linked to the assumption that the only variable used as index is X)
The text was updated successfully, but these errors were encountered: