Ticket #137 (closed patch: fixed)
new $P0, ['Integer'] doesn't work in pir
Reported by: | cotto | Owned by: | whiteknight |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | imcc | Version: | trunk |
Severity: | medium | Keywords: | |
Cc: | Language: | ||
Patch status: | new | Platform: | all |
Description
The following code doesn't work in pir, even though all 4 lines should do the same thing.
.sub main new $P0, ['Integer'] #syntax error new $P0, 'Integer' #works fine $P0 = new ['Integer'] #works fine $P0 = new 'Integer' #works fine .end
Attachments
Change History
Note: See
TracTickets for help on using
tickets.