Changes between Initial Version and Version 1 of Ticket #1672

Show
Ignore:
Timestamp:
06/02/10 19:20:57 (12 years ago)
Author:
coke
Comment:

Simplify the example even more.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1672 – description

    initial v1  
    33{{{ 
    44.sub 'blah' 
    5     load_bytecode 'PGE.pbc' 
    6     $P0 = compreg 'PGE::Perl6Regex' 
    7     $P1 = $P0('\:\:+') 
     5    $P1 = new 'Sub' # String prints "ok"... 
    86    set_root_global 'arg', $P1 
    97