Basic ExpressionScript Playground
@name Example Code print("Hello world!") for(I = 1, 5) { if(I == 4) { continue } print(I) }