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.mligo
5 lines
96 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Reviewing again the PascaLIGO contracts.
2020-02-27 19:09:14 +01:00
type integer = int
Updating contracts.
2020-02-27 17:51:29 +01:00
let main (i : int) =
if (i = 2 : bool) then (42 : int) else (0 : integer)
Reference in New Issue
Copy Permalink