break/continue working
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import "c";
|
||||
|
||||
global func main() {
|
||||
let x = "test";
|
||||
puts(x);
|
||||
while true {
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user