Author: larry
Date: Fri Dec 15 21:44:02 2006
New Revision: 13491
Modified:
doc/trunk/design/syn/S02.pod
Log:
Added grammatical category for "do" and friends.
Modified: doc/trunk/design/syn/S02.pod
==============================================================================
--- doc/trunk/design/syn/S02.pod (original)
+++ doc/trunk/design/syn/S02.pod Fri Dec 15 21:44:02 2006
@@ -12,9 +12,9 @@
Maintainer: Larry Wall <[EMAIL PROTECTED]>
Date: 10 Aug 2004
- Last Modified: 23 Nov 2006
+ Last Modified: 15 Dec 2006
Number: 2
- Version: 80
+ Version: 81
This document summarizes Apocalypse 2, which covers small-scale
lexical items and typological issues. (These Synopses also contain
@@ -2409,6 +2409,7 @@
trait_verb:<handles> has $.tail handles <wag>
trait_auxiliary:<shall> my $x shall conform<TR123>
scope_declarator:<has> has $.x;
+ statement_prefix:<do> gather for @foo { .take }
statement_control:<if> if $condition {...} else {...}
statement_modifier:<if> ... if $condition
infix_prefix_meta_operator:<!> $x !~~ 2;