Skip to content

Instantly share code, notes, and snippets.

@frankhillard
Created November 22, 2019 17:26
Embed
What would you like to do?
samples for tezos ecosystem article
parameter (or int int);
storage int;
code {
UNPAIR;
IF_LEFT {
ADD
}
{
SWAP;
SUB
};
NIL operation;
PAIR;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment