COPIED!
Jump to navigation
Jump to search
- This article is not detailed enough and needs to be expanded. Please help us by adding some more information.
COPIED! is a esolang made by yayimhere base around copying numbers on a stack 5 basic commands:
symbol | description |
---|---|
$ | copy top element |
& | discard top element |
- | negate top element |
+ | add together the two top values |
* | multiply the two top values |
(...) | loop whats in the brackets while there are no 0's on the stack |
, | print top value as a ascii char |
. | print the top value |