Changeset 21833 for src/perl6

Show
Ignore:
Timestamp:
08/07/08 20:01:27 (4 months ago)
Author:
lwall
Message:

[STD] remove factorial cheat now that postfix:<!> is recognized

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/perl6/STD.pm

    r21830 r21833  
    26462646    { '->' <obs('-> to call a method', '.')> } 
    26472647 
    2648 # XXX temporary cheat on macro processing 
    2649 token postfix:sym<!> (--> Methodcall) { <sym> } 
    2650  
    26512648## autoincrement 
    26522649token postfix:sym<++> ( --> Autoincrement)