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