Author: autrijus
Date: Mon May  1 01:31:24 2006
New Revision: 9050

Modified:
   doc/trunk/design/syn/S02.pod

Log:
* S02: even more long dot fixes.

Modified: doc/trunk/design/syn/S02.pod
==============================================================================
--- doc/trunk/design/syn/S02.pod        (original)
+++ doc/trunk/design/syn/S02.pod        Mon May  1 01:31:24 2006
@@ -939,8 +939,9 @@
 is the variable name, including any sigil.  The package object can
 be derived from a type name by use of the C<::> postfix operator:
 
-    MyType. .::. .{'$foo'}
-    MyType::<$foo>              # same thing
+    MyType::<$foo>
+    MyType.::.{'$foo'}          # same thing with dots
+    MyType\ .::\ .{'$foo'}      # same thing with long dots
 
 (Directly subscripting the type with either square brackets or curlies
 is reserved for various generic type-theoretic operations.  In most other
@@ -1677,9 +1678,9 @@
 pairs.  To align values of option pairs, you may use the
 "long dot" postfix forms:
 
-    :longkey.  .($value)
-    :shortkey. .<string>
-    :fookey.   .{ $^a <=> $^b }
+    :longkey\  .($value)
+    :shortkey\ .<string>
+    :fookey\   .{ $^a <=> $^b }
 
 These will be interpreted as
 

Reply via email to