Else
Usual programming command. It should be preceded by an if
. Executes the next block of code if the condition in the if
statement was not hold.
Syntax
else..end
Usual programming command. It should be preceded by an if
. Executes the next block of code if the condition in the if
statement was not hold.
else..end