bugfix in lexer
This commit is contained in:
@@ -16,16 +16,17 @@ lib Main {
|
||||
output(test);
|
||||
output(false);
|
||||
|
||||
if (testBool != empty) {
|
||||
/*if (testBool != empty) {
|
||||
output(testEmpty);
|
||||
}
|
||||
}*/
|
||||
test1234(range(0, 10));
|
||||
}
|
||||
|
||||
public func test1234(param: list) {
|
||||
for i in range(0, length(param)) {
|
||||
/*for i in range(0, length(param)) {
|
||||
output(i);
|
||||
}
|
||||
}*/
|
||||
pass;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user