I've just tried to write PASM like:
new P0, .IntList new P1, .PerlInt set P1, 20 set P0[0], P1 ... end only to have it fail with the message: 'Subscript on something that's not an aggregate!' Is this a bug or a feature? Simon
I've just tried to write PASM like:
new P0, .IntList new P1, .PerlInt set P1, 20 set P0[0], P1 ... end only to have it fail with the message: 'Subscript on something that's not an aggregate!' Is this a bug or a feature? Simon