Skip to content

Instantly share code, notes, and snippets.

@m-kus
Created September 13, 2019 13:27
Show Gist options
  • Save m-kus/a4f2ba708a1c89ae656227ffcb621992 to your computer and use it in GitHub Desktop.
Save m-kus/a4f2ba708a1c89ae656227ffcb621992 to your computer and use it in GitHub Desktop.
parameter string;
storage string;
code { DUP;
DIP { CAR ; NIL string ; SWAP ; CONS } ;
CDR ; CONS ;
CONCAT ;
NIL operation; PAIR }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment