Language::Befunge::lib::BOOL - Boolean operations extension
version 5.000
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).
http://www.rcfunge98.com/rcsfingers.html#BOOL.
Jerome Quelin
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.