Changes between Initial Version and Version 1 of Ticket #701

Show
Ignore:
Timestamp:
05/24/09 11:52:12 (13 years ago)
Author:
bacek
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #701 – description

    initial v1  
    66 
    77This code (written in 'close'): 
    8  
     8{{{ 
    99extern void demo(pmc args) { 
    1010    lexical pmc list = args; 
    1111} 
     12}}} 
    1213 
    1314Produces this PIR: 
    1415 
     16{{{ 
    1517.namespace [] 
    1618.sub "demo"  :subid("12_1243147960") 
     
    2527    .return (param_23) 
    2628.end 
     29}}} 
    2730 
    2831By way of this PAST: 
    2932 
     33{{{ 
    3034        [2] => PMC 'PAST;Block'  { 
    3135            <blocktype> => "declaration" 
     
    7478            } 
    7579        } 
     80}}}