This website requires JavaScript.
Explore
Help
Register
Sign In
balsoft
/
ligo
Watch
1
Star
0
Fork
0
You've already forked ligo
Code
Issues
Pull Requests
Releases
Wiki
Activity
ligo
/
src
/
test
/
contracts
/
condition-annot.religo
3 lines
86 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Refactoring of the test contracts.
2020-03-02 18:01:56 +01:00
let main = (i : int) =>
if (((i == 2) : bool)) { (42 : int); } else { (0 : int); };
Reference in New Issue
Copy Permalink