Open andreiradu opened 5 years ago
loop1: for (let i = 0; i < 5; i++) { if (i === 1) { continue loop1; } str = str + i; }
super old request here, but I think this should be easy to implement
if i % 2 == 0 then goto continue end print(i) ::continue::