The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Language::Befunge::IP::lib::BOOL - Boolean operations extension

DESCRIPTION

The BOOL fingerprint (0x424F4F4C) allows to do Boole logical operations.

FUNCTIONS

new

Create a new BOOL instance.

Bit operations

A( $a, $b )

Push back $a AND $b (logical AND).

O( $a, $b )

Push back $a OR $b (logical OR).

N( $a )

Push back NOT $ab (logical NOT).

X( $a, $b )

Push back $a XOR $b (logical XOR).

SEE ALSO

Language::Befunge, http://www.rcfunge98.com/rcsfingers.html#BOOL.

AUTHOR

Jerome Quelin, <jquelin@cpan.org>

COPYRIGHT & LICENSE

Copyright (c) 2001-2009 Jerome Quelin, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.