Changeset 13559 for docs/Perl6/API
- Timestamp:
- 09/22/06 16:57:05 (2 years ago)
- Files:
-
- 1 modified
-
docs/Perl6/API/macros.pod (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
docs/Perl6/API/macros.pod
r13558 r13559 81 81 Postcircumfix macros take two parameters. The first a C<Value>. The 82 82 second is an C<Expression> that comes inside of the circumfix delimeters. 83 84 The "is parsed" trait cannot be used with this sort of macro because85 the parameter is found before the macro name in the program text.86 83 87 84 =item regex_metachar
