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.

Varstak

From Esolang
Jump to navigation Jump to search
Not to be confused with VarStack.
This is still a work in progress. It may be changed in the future.

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 top of the variable stack.
clr [n] Deletes variable n.
lwr [n] Swaps n with the variable above it.
lft [n] Swaps n with the variable below it.
flr [n] Swaps n with the variable above it.

WIP