This website requires JavaScript.
Explore
Help
Sign In
ProvableHQ
/
leo
Watch
1
Star
1
Fork
0
You've already forked leo
mirror of
https://github.com/ProvableHQ/leo.git
synced
2024-12-25 19:22:01 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
71486fb628
leo
/
tests
/
compiler
/
function
/
newlines.leo
9 lines
88 B
Plaintext
Raw
Normal View
History
Unescape
Escape
allow newlines and trailing commas in function declarations
2020-08-15 10:25:11 +03:00
function main(
a: u32,
b: u32,
) -> (
u32,
u32,
) {
semi-colon after return statements are required
2021-04-14 23:59:07 +03:00
return (a, b);
allow newlines and trailing commas in function declarations
2020-08-15 10:25:11 +03:00
}
Reference in New Issue
Copy Permalink