Skip to content

Instantly share code, notes, and snippets.

@frankhillard
Created November 22, 2019 17:26
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save frankhillard/8d9df3598c09853d571aa6e39710e9e1 to your computer and use it in GitHub Desktop.
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