Function declaration seems to work
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
fn name(argument: type, arg2: type, ...rest): int {
|
||||
print "hello world";
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
print name;
|
||||
Reference in New Issue
Block a user