=head1 TITLE Eliminate the optional C for C etc block declarations =head1 VERSION Maintainer: Peter Scott Date: 8 Aug 2000 Last Modified: 29 Aug 2000 Mailing List: perl6-language@perl.org Number: 68 Version: 2 Status: Frozen =head1 ABSTRACT The C keyword is currently optional on C, C, C, C. Almost certainly no-one ever uses it. It should be eliminated as an option. =head1 DESCRIPTION C etc have special semantics making them different from ordinary subroutines; telling the user that they can use the C keyword gives a false impression. =head1 IMPLEMENTATION Obvious. =head1 REFERENCES L