fixed more reader problems
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
i:=0;
|
||||
while(i < 20) {
|
||||
printf "hello world 안녕하신가\n"
|
||||
i := i + 20 ##ERROR: syntax error - prohibited binary operator - +
|
||||
i := i + 20 ##ERROR: syntax error - prohibited binary selector '+'
|
||||
}
|
||||
|
||||
---
|
||||
|
Reference in New Issue
Block a user