changed expected syntax for source code interpretation

This commit is contained in:
weckyy702
2020-12-22 21:04:35 +01:00
parent 23fe6857c8
commit 432ea5a78b
3 changed files with 7 additions and 5 deletions

View File

@@ -3,10 +3,12 @@ fahre2();
while(shouldNiet()) {
niet4();
niet5();
if(if6) {
if(if6)
{
niet7();
niet8();
} else {
} else
{
niet10();
niet11();
}