Staks

From Esolang
Jump to navigation Jump to search

Staks is an esoteric programming Language created By User:Buckets in 2021.

Commands Instructions
1 Push 1.
§ Swap the Value And the Placement.
+ Add the Top Two "valuments".
- Subtract the Top Two "valuments"(, Top-Bottom).
* Multiply the Top Two "valuments"(, Top-Bottom).
/ Divide the Top Two "valuments"(, bottom/Top).
: Rotate The Entire Stack right Once.
#n Rotate The Stack Row left Once to the index of n.
P Print the Top Value in ASCII.
p Push The Input.
*label Start A label.
{{ End A label.
< Rotate The Label Stack 3 times Clockwise.
> Go To The Top label.

Cat Program:

*s{{pP>