This website requires JavaScript.
Explore
Help
Register
Sign In
max
/
iodine
Archived
Watch
1
Star
0
Fork
0
You've already forked iodine
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2025-09-13
. You can view files and clone it, but cannot push or open issues or pull requests.
Files
fe434787e55942d2973340ab7a0f24d1a39b9415
iodine
/
examples
/
function.io
6 lines
85 B
Io
Raw
Normal View
History
Unescape
Escape
Continue work on functions
2025-05-18 14:27:04 +10:00
println
"Time to define a function"
;
fun
str
myFunction
(
int
myNum
)
;
Further work on implementing functions
2025-05-20 15:03:08 +10:00
myFunction
(
3
)
;
Reference in New Issue
Copy Permalink