Implemented in | Navigator 2.0, LiveWire 1.0 |
Syntax
if (condition) {
statements1}
[else {
statements2}] Arguments
Examples
if (cipher_char == from_char) {
result = result + to_char
x++}
else
result = result + clear_char
Last Updated: 10/31/97 12:29:59