[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)