Ticket #2041 (closed bug: fixed)
:immediate ignored when compiling to PBC
Reported by: | jonathan | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | imcc | Version: | 3.1.0 |
Severity: | medium | Keywords: | |
Cc: | Language: | ||
Patch status: | Platform: |
Description
:immediate is ignored when compiling to PBC:
C:\Consulting\nqp>type bug.pir .sub '' :immediate say "in immediate" .end .sub '' :main say "run" .end C:\Consulting\nqp>parrot_install\bin\parrot.exe bug.pir in immediate run C:\Consulting\nqp>parrot_install\bin\parrot.exe -o bug.pbc bug.pir C:\Consulting\nqp>
Change History
Note: See
TracTickets for help on using
tickets.