- Timestamp:
- 08/07/08 20:01:27 (4 months ago)
- Files:
-
- 1 modified
-
src/perl6/STD.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/perl6/STD.pm
r21830 r21833 2646 2646 { '->' <obs('-> to call a method', '.')> } 2647 2647 2648 # XXX temporary cheat on macro processing2649 token postfix:sym<!> (--> Methodcall) { <sym> }2650 2651 2648 ## autoincrement 2652 2649 token postfix:sym<++> ( --> Autoincrement)
