Skip to content

Commit 72d6187

Browse files
committed
Added credentials
1 parent cfffa5f commit 72d6187

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/parser/syntax_tree/WhileStatement.java

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ public IValue execute(ExecutionContext context) {
5454
if (expr instanceof BooleanValue && ((BooleanValue) expr).getValue()) {
5555
body.execute(context);
5656
} else {
57-
5857
break;
5958
}
6059
} while (true);

0 commit comments

Comments
 (0)