CommandHelper

CommandHelper

46.5k Downloads

continue() in foreach() skips elements in associative array

LadyCailinBot opened this issue ยท 1 comments

commented

CMDHELPER-3034 - Reported by PseudoKnight

foreach(@v in array(a: 1, b: 2, c: 3, d: 4)) { 
   msg(@v); continue(); 
}

output: 1, 3

commented

Comment by LadyCailin

Fixed.