if

Flow control command
Syntax

if (<condition>) <command1> [else <command2>]

Description
Executes <command1> if the <condition> evaluates to true (non zero result). If the "else part" is given <command2> is executed if the <condition> evaluates to false (result == '0')

Main, Commands
KVIrc 3.0.0 Documentation
Generated by ports-sparc64 at Sun Oct 17 19:56:50 2004