| JavaScript-Code documentation | view source | Contained in the JavaScript-Code distribution. |
JavaScript::Code::Expression::Boolean - A JavaScript Boolean Expression
logical conjunction
logical disjunction
logical negation
sub AND { &and } sub OR { &or } sub NOT { ¬ } sub LESS { &less } sub LESS_EQUAL { &less_equal } sub GREATER { &greater } sub GREATER_EQUAL { &greater_equal } sub EQUAL { &equal } sub NOT_EQUAL { ¬_equal }
Sascha Kiefer, esskar@cpan.org
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.
| JavaScript-Code documentation | view source | Contained in the JavaScript-Code distribution. |