Skip to content

Mlang restrictions compared to the legacy compiler #115

Description

@ddeclerck

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions