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-03 21:44:28 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
df9b94ef73
leo
/
compiler
/
tests
/
address
/
equal.leo
3 lines
77 B
Plaintext
Raw
Normal View
History
Unescape
Escape
fix address tests
2020-07-30 10:15:14 +03:00
function main(a: address, b: address, c: bool) {
assert_eq!(a == b, c);
add address ternary and equal functionality and tests
2020-07-07 06:25:14 +03:00
}
Reference in New Issue
Copy Permalink