Changeset 10714 for docs/Perl6/FAQ
- Timestamp:
- 06/16/06 10:23:29 (2 years ago)
- Files:
-
- 1 modified
-
docs/Perl6/FAQ/FUD.pod (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
docs/Perl6/FAQ/FUD.pod
r10016 r10714 220 220 Individual authors, communities, or style guides could have their own sets. 221 221 Most languages with the possible exception of your $language_of_choice have numberus 222 misdesissions. In Perl 6 due to the dynamic grammar you can change them. 223 224 use Style:jrandom 225 use Style:pbp 226 use Style:gnu 222 misdecisions. 223 224 In Perl 6 due to the dynamic grammar you can change them. 225 226 use Style::JRandom; 227 use Style::PBP; 228 use Style::GNU; 227 229 228 230 =head2 Perl 6 will split into multiple incompatible dialects!
