LadyCailinBot opened this issue 10 years ago ยท 1 comments
CMDHELPER-3034 - Reported by PseudoKnight
foreach(@v in array(a: 1, b: 2, c: 3, d: 4)) { msg(@v); continue(); }
output: 1, 3
Comment by LadyCailin
Fixed.