Skip to content

Commit

Permalink
xref operators
Browse files Browse the repository at this point in the history
  • Loading branch information
stoned authored and JJ committed Sep 13, 2020
1 parent 8f51438 commit 094659f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/Language/contexts.pod6
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,9 @@ In general, non-zero, non-empty will be converted to C<True>; zero or empty
will be equivalent to C<False>. But C<.so> can be defined to return any Boolean
value we want, so this is just a rule of thumb.
C<?> and C<!> are the Boolean context operator and its negation respectively.
L«C<?>|/language/operators#prefix_?» and
L«C<!>|/language/operators#prefix_!» are the Boolean context operator
and its negation respectively.
They will force this context on an object.
=for code
Expand Down

0 comments on commit 094659f

Please sign in to comment.