6 lines
85 B
Io
6 lines
85 B
Io
println "Time to define a function";
|
|
|
|
fun str myFunction(int myNum);
|
|
|
|
myFunction(3);
|