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
Description
![]() |
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
![]() |