continue stmt added

This commit is contained in:
Irmen de Jong
2023-11-19 17:52:43 +01:00
parent 9ef9c24388
commit c45fbe6310
15 changed files with 141 additions and 50 deletions

View File

@@ -37,6 +37,7 @@ main {
when ch {
0 -> {
break
continue
}
else -> {
temp[0] = ch