ligo/gitlab-pages/examples/variables.ligo

5 lines
183 B
Plaintext
Raw Normal View History

const four : int = 4;
const name : string = "John Doe";
function main (const p : unit ; const s : unit) : (list(operation) * unit) is
block {skip} with ((nil : list(operation)), s)