Varstak
Jump to navigation
Jump to search
Varstak is an esolang based around the variables being in a stack and affecting other variables. Arbitrary values are represented as '[n]'
Command | Action |
---|---|
spwn [n] | Create a new variable with key n and push it onto the variable stack. |
clr [n] | Deletes variable n. |
Example | Example |
WIP