| JavaScript-Code documentation | view source | Contained in the JavaScript-Code distribution. |
JavaScript::Code::Condition - A JavaScript Condition
Adds a new if statement.
%args must contain the following keys:
- expression: a JavaScript::Code::Expression::Boolean object
- block: a JavaScript::Code::Block object
Sets the else statement.
$block must be a JavaScript::Code::Block
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.
1;
| JavaScript-Code documentation | view source | Contained in the JavaScript-Code distribution. |