-
WikiChip
WikiChip
-
Architectures
Popular x86
-
Intel
- Client
- Server
- Big Cores
- Small Cores
-
AMD
Popular ARM
-
ARM
- Server
- Big
- Little
-
Cavium
-
Samsung
-
-
Chips
Popular Families
-
Ampere
-
Apple
-
Cavium
-
HiSilicon
-
MediaTek
-
NXP
-
Qualcomm
-
Renesas
-
Samsung
-
From WikiChip
Difference between revisions of "mirc/commands/else"
(Created page with "The '''/else command''' is a construct in the mIRC scripting language that perfomes the command if all the previous [[/if command - mIRC|/if]...") |
(No difference)
|
Revision as of 21:33, 2 December 2013
The /else command is a construct in the mIRC scripting language that perfomes the command if all the previous /if or /elseif failed, must be used after an /if or /elseif statement.
The else statement is used in conjunction with the /if statement and the /elseif statement to jump to certain blocks of code depending on the result of the conditional statement that was executed.
Synopsis
else <command> else { <commands> }
Switches
None
Parameters
None
Example
alias test { if ($1 == 1) echo -a 1! elseif ($1 isnum 2-7) echo -a 2-7! else echo -a 8-! }
Compatibility
Added: 4.5
Added On: 30/06/96
Note: Individual switches were not taken into consideration.