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-29 13:14:05 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2f7ed99f76
leo
/
compiler
/
tests
/
statements
/
ternary_basic.leo
5 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
fix statement tests
2020-07-31 03:11:58 +03:00
function main(a: bool, b: bool) {
deprecate let mut, undeprecate const, let is now mutable by default
2021-03-18 22:19:07 +03:00
const c = a ? true : false;
fix statement tests
2020-07-31 03:11:58 +03:00
deprecate let mut, undeprecate const, let is now mutable by default
2021-03-18 22:19:07 +03:00
const d = c == b;
impl basic assertion, ternary, iteration tests
2020-05-21 03:08:32 +03:00
}
Reference in New Issue
Copy Permalink