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
63822e0430
ligo
/
src
/
test
/
contracts
/
function.ligo
7 lines
107 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add purpose comments to some test contracts Add comments explaining what a contract is/does/tests to the top of several PascaLIGO test contracts, as part of evaluating what parts of the syntax are and aren't currently tested.
2019-09-22 01:59:48 +04:00
// Test a trivial PascaLIGO function
initial commit
2019-05-13 00:56:22 +04:00
function main (const i : int) : int is
begin
skip
end with i
Reference in New Issue
Copy Permalink