Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: ccc6176eedefb978f9f343b59f0e8f69f743e5a6
https://github.com/perl6/specs/commit/ccc6176eedefb978f9f343b59f0e8f69f743e5a6
Author: lue <[email protected]>
Date: 2013-08-30 (Fri, 30 Aug 2013)
Changed paths:
M S02-bits.pod
Log Message:
-----------
[S02] Replace misleading example
Specifically, infix:<?? !!> wrongly implies that you can implement
ternary operators in this fashion, when it reality it's much more
complex a task. This example was thus replaced with a situation where
multi-element operator names makes sense (circumfix:«<< >>»).