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.ligo
5 lines
99 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Complete rewrite of the documentation.
2020-02-05 19:28:40 +04:00
function add (const a : int; const b : int) : int is
block {
var c : int := a + b
} with c
Reference in New Issue
Copy Permalink