Operators

operators

Operator precedence

In an expression like 1 + 2 * 3, the 2 * 3 is evaluated first.

Metaoperators

Metaoperators can be parameterized with other operators or subroutines.

Infix operators

Operators used as infix

infix ..

multi sub infix:<..>($a, $b --> Range:D) is assoc<non>

Range operator: Constructs a Range from the arguments.

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

Pod::From::Cache v0.4.0

Looks for POD6 files recursively under a root directory, returns POD for recompiled or specified file.

Authors

  • Richard Hainsworth, aka finanalyst

License

Artistic-2.0

Dependencies

Provides

  • Pod::From::Cache

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.