Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[S02] do not use conjectural stuff in unrelated examples
  • Loading branch information
moritz committed Apr 9, 2012
1 parent 01ed12c commit f583892
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions S02-bits.pod
Expand Up @@ -14,7 +14,7 @@ Synopsis 2: Bits and Pieces
Created: 10 Aug 2004

Last Modified: 09 Apr 2012
Version: 256
Version: 257

This document summarizes Apocalypse 2, which covers small-scale
lexical items and typological issues. (These Synopses also contain
Expand Down Expand Up @@ -2331,8 +2331,8 @@ take the types of the capture's arguments from C<MySig>, but declare
the (untyped) variable names yourself via an additional signature
in parentheses:

sub foo (Num Dog|Squirrel $numdog, MySig $a ($i,$j,$k,$mousestatus)) {...}
foo($mynumdog, \(1, 2.7182818, 1.0i, statmouse());
sub foo (Num $num, MySig $a ($i,$j,$k,$mousestatus)) {...}
foo($mynum, \(1, 2.7182818, 1.0i, statmouse());

=head2 Ampersand and invocation

Expand Down

0 comments on commit f583892

Please sign in to comment.