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

NAME

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

VERSION

version 5.000

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

http://www.rcfunge98.com/rcsfingers.html#BOOL.

AUTHOR

Jerome Quelin

COPYRIGHT AND LICENSE

This software is copyright (c) 2003 by Jerome Quelin.

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