Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
This compiles
It dies at runtime, but that's fine, we're not running it.
  • Loading branch information
coke committed Nov 2, 2018
1 parent b17b546 commit 74c6a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/operators.pod6
Expand Up @@ -2814,7 +2814,7 @@ For instance, union of an empty list will return an empty set:
This only applies to operators where empty or 0 is always a valid operand. For
instance, applying it to division will yield an exception.
=for code :skip-test<Illustrates exception>
=for code
say [%] ();# OUTPUT: «(exit code 1) No zero-arg meaning for infix:<%>␤
=end pod
Expand Down

0 comments on commit 74c6a6d

Please sign in to comment.