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

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

Create a new BOOL instance.
Push back $a AND $b (logical AND).
Push back $a OR $b (logical OR).
Push back NOT $ab (logical NOT).
Push back $a XOR $b (logical XOR).

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

Jerome Quelin,
<jquelin@cpan.org>

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.