wrote test program for functions
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
main = Func(): Int {
|
||||
|
||||
test = Func(): Int {
|
||||
return 123;
|
||||
}
|
||||
|
||||
main = Func(): Int {
|
||||
return test();
|
||||
}
|
||||
Reference in New Issue
Block a user