added function calls, native function objects and runtime builtins
This commit is contained in:
+2
-4
@@ -1,7 +1,5 @@
|
||||
|
||||
fun hello()
|
||||
{
|
||||
print;('hello');
|
||||
}
|
||||
print('hel\nlo', 2);
|
||||
|
||||
return hello;
|
||||
return hello();
|
||||
Reference in New Issue
Block a user