We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.
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 an esolang made by yayimhere. It mainly involves dupicating values on a stack. 5 basic commands:
| Symbol | Description |
|---|---|
| $ | Duplicates top element |
| & | Discards top element |
| - | Negates top element |
| + | Sums the values of the top two elements |
| * | Multiplies the values of the top two elements |
| (...) | loops code within brackets while no 0s are present on the stack |
| , | prints value at top element as ASCII character |
| . | prints literal value at top element |