This website requires JavaScript.
Explore
Help
Sign in
michael
/
e0
Watch
1
Star
0
Fork
You've already forked e0
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
5a50faeacf
e0
/
examples
/
functions.e0
8 lines
92 B
Text
Raw
Normal View
History
Unescape
Escape
Function arguments
2022-04-28 16:33:26 +00:00
fn compute(x : int) -> int {
return 120 + x;
wip state
2022-04-13 07:09:56 +00:00
}
fn main() -> int {
Function arguments
2022-04-28 16:33:26 +00:00
return compute(3);
wip state
2022-04-13 07:09:56 +00:00
}
Reference in a new issue
Copy permalink