Calling functions is working, same syntax as compound stmts
This commit is contained in:
4
main.cpp
4
main.cpp
@@ -51,9 +51,9 @@ int main(){
|
||||
|
||||
String result = {};
|
||||
// result = compile_file("order1.kl"_s);
|
||||
// result = compile_file("lambdas.kl"_s);
|
||||
result = compile_file("lambdas.kl"_s);
|
||||
// result = compile_file("order2.kl"_s);
|
||||
result = compile_file("globals.kl"_s);
|
||||
// result = compile_file("globals.kl"_s);
|
||||
printf("%s", result.str);
|
||||
|
||||
__debugbreak();
|
||||
|
||||
Reference in New Issue
Block a user