Broken stack element
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.
Broken stack element(BSE) is a language by User:ChuckEsoteric08 inspired by Entropy.
Description
It has 1 stack as memory. Every time instruction which does somthing with stack element it could decay.
push x | push x to the stack |
pop x | pop x and output |
dup | duplicate stack element |
conc | concatenate top two stack elements |
goto x y | goto 1-indexed line x if top of the stack is x |