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
432877f954
ligo
/
gitlab-pages
/
docs
/
language-basics
/
src
/
variables-and-constants
/
add.religo
5 lines
68 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Complete rewrite of the documentation.
2020-02-05 19:28:40 +04:00
let add = (a: int, b: int) : int => {
Improve ReasonLIGO documentation.
2019-12-11 13:34:08 +04:00
let c: int = a + b;
c;
Complete rewrite of the documentation.
2020-02-05 19:28:40 +04:00
};
Reference in New Issue
Copy Permalink