Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed term ∅ from operators
Also added some terms to the overview, added link to terms documentation.
  • Loading branch information
lizmat committed May 6, 2019
1 parent b89f261 commit 5a90e20
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions doc/Language/operators.pod6
Expand Up @@ -18,7 +18,7 @@ tightest to loosest:
A | Level | Examples
==+==================+==========
N | Terms | 42 3.14 "eek" qq["foo"] $x :!verbose @$array
N | Terms | 42 3.14 "eek" qq["foo"] $x :!verbose @$array rand time now ∅
L | Method postfix | .meth .\+ .? .* .() .[] .{} .<> .«» .:: .= .^ .:
N | Autoincrement | \+\+ --
R | Exponentiation | **
Expand Down Expand Up @@ -536,6 +536,9 @@ L<C<|> a. k. a. I<the flattener>|/routine/|>, which puts it in a list context:
say .perl for | 3,2,[1,0]; # OUTPUT: «3␤2␤[1, 0]␤»
=head1 Terms
Terms have their L<own extended documentation|terms>.
=head1 Method postfix precedence
Expand Down Expand Up @@ -3323,12 +3326,6 @@ instance, applying it to division will yield an exception.
=for code
say [%] (); # OUTPUT: «(exit code 1) No zero-arg meaning for infix:<%>␤
=head2 term ∅
X<|∅>
Equivalent to set(), aka the X<empty set>, at codepoint U+2205 (EMPTY SET).
=end pod

# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6

0 comments on commit 5a90e20

Please sign in to comment.