Created
September 13, 2019 13:27
-
-
Save m-kus/a4f2ba708a1c89ae656227ffcb621992 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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