added function calls, native function objects and runtime builtins

This commit is contained in:
cozis
2021-11-02 13:19:06 +00:00
parent 051966a3f3
commit 87e9f4775b
12 changed files with 389 additions and 18 deletions
+2 -4
View File
@@ -1,7 +1,5 @@
fun hello()
{
print;('hello');
}
print('hel\nlo', 2);
return hello;
return hello();