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 index, Command index
KVirc 3.0.0 documentation
Generated by diego at Sat Jul 13 15:37:55 2002