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
2025-01-07 03:00:50 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
267837e169
leo
/
compiler
/
tests
/
statements
/
ternary_basic.leo
3 lines
55 B
Plaintext
Raw
Normal View
History
Unescape
Escape
impl basic assertion, ternary, iteration tests
2020-05-21 03:08:32 +03:00
function main(b: bool) -> u32 {
Fix tests
2020-06-08 07:26:49 +03:00
return if b ? 1 : 0
impl basic assertion, ternary, iteration tests
2020-05-21 03:08:32 +03:00
}
Reference in New Issue
Copy Permalink