The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Erlang::Parser::Node::BinOp - a binary operation

DESCRIPTION

An infix binary operation.

Accessors

op

The operation as a string (i.e. '+' for addition, '--' for list difference).

a, b

The first and second Erlang::Parser::Node arguments to the operation.

Methods

print

Pretty-prints the node to its filehandle argument.

EXAMPLE

        1 + 1