Further work on implementing functions

This commit is contained in:
2025-05-20 15:03:08 +10:00
parent 46e6d7f9da
commit a0b4caa6e8
7 changed files with 95 additions and 18 deletions

View File

@@ -1,3 +1,5 @@
println "Time to define a function";
fun str myFunction(int myNum);
myFunction(3);