Added lexer
This commit is contained in:
@@ -15,5 +15,12 @@ public lib Main {
|
||||
output(isTrue(test));
|
||||
output(this.test.getName());
|
||||
}
|
||||
|
||||
private func testForEach(): void {
|
||||
var list = [];
|
||||
list.forEach(e => {
|
||||
output(e);
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user