mirror of
https://github.com/irmen/prog8.git
synced 2025-07-24 20:24:09 +00:00
continue stmt added
This commit is contained in:
@@ -37,6 +37,7 @@ main {
|
||||
when ch {
|
||||
0 -> {
|
||||
break
|
||||
continue
|
||||
}
|
||||
else -> {
|
||||
temp[0] = ch
|
||||
|
Reference in New Issue
Block a user