Tables in MODEL are represented as lists in ASL. In MODEL, a table of structures is a list of lists in ASL.
To return the structure in the MODEL table given the key (“F”), use the following syntax:
print(x->f[“F”]);
Tables in MODEL are represented as lists in ASL. In MODEL, a table of structures is a list of lists in ASL.
To return the structure in the MODEL table given the key (“F”), use the following syntax:
print(x->f[“F”]);