-
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
mirc/commands/continue
< mirc | commands
The /continue command' lets you jump to the beginning of the current loop - not to any other loops enclosing it.
Synopsis
/continue
Switches
None
Parameters
None
Example
Alias Example { var %a = 1 ;count form 1 to 10 while (%a <= 10) { ;echo -a %a inc %a ;if its odd, skip it if ($v1 !& 1) continue ;echo even number echo -a %a } }
Will generate the following output
2 4 6 8 10
Compatibility
Added: mIRC v5.7
Added On: 02/02/2000
Note: Individual switches were not taken into consideration.