added parsing ad compilation of function declarations
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
|
||||
fun hello()
|
||||
{
|
||||
print;('hello');
|
||||
}
|
||||
|
||||
return hello;
|
||||
Reference in New Issue
Block a user