Reset

From Esolang
Jump to navigation Jump to search

Reset is an esolang that is based entirely off of a dream User:Infinitehexagon had about a viral programming language on the internet. This esolang is heavily inspired off of ΙΧΘΥΣ.

Instructions

Lowercase

Instruction Description
r output the accumulator.
e set the accumulator to itself mod 256.
s decrement the accumulator by 1.
t raise the accumulator to the power of 2.
` store input into the accumulator.
1 increment the accumulator.

Capital

Instruction Description
R reset the accumulator to 0.
E set the accumulator to itself times 2.
S jump to the previous S if the accumulator is a nonzero value.
T halt the program.

Programs

Hello World program

111EtEr
11111Et1r
1111111r
111rr
This is still a work in progress. It may be changed in the future.