Esoteric Sequence of Numbers

From Esolang
(Redirected from ESoN)
Jump to navigation Jump to search

Esoteric Sequence of Numbers (Shorten to ESoN) is an esolang that was used for User:Ractangle's esolang implementation project "ESO"

This language contains a stack and two signed integer accumulators, with accumulator A getting the priority

Commands

Command Behaviour
1 Increment A
2 Decrement A
3 Swap accumulators B and A
4 Compares if TOS and STTOS are equeal to each other, Then pushes it to stack
5 Push A to stack

Example

13115354

This is the most simple and complex program ever in this language