This website requires JavaScript.
Explore
Help
Sign In
AleoHQ
/
leo
Watch
1
Star
1
Fork
0
You've already forked leo
mirror of
https://github.com/AleoHQ/leo.git
synced
2024-12-20 08:01:42 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
41559ba3a0
leo
/
compiler
/
tests
/
function
/
repeated.leo
7 lines
97 B
Plaintext
Raw
Normal View
History
Unescape
Escape
fix tests
2020-07-17 06:47:47 +03:00
function one() -> bool {
fix indents
2020-07-17 22:59:18 +03:00
return true
add unique namespaces to function calls
2020-06-23 01:42:46 +03:00
}
function main() -> bool {
fix indents
2020-07-17 22:59:18 +03:00
return one() && one()
add unique namespaces to function calls
2020-06-23 01:42:46 +03:00
}
Reference in New Issue
Copy Permalink