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.

Go back

From Esolang
Jump to navigation Jump to search

Go back is an Esoteric programming language created by User:Buckets in 2020.

Commands Instructions
#[] Infinite Loop/Start.
[] Infinite Loop.
+m Change the current Loop by + m.
-n Change the current Loop by - n.
/o Set the Current loop to o.
^p Go back p Loops.
\q Mod by q to the Current loop.
&r,s Go back r Loops with the Subset s.
! Print the current loop Number into ASCII.
@ Print the number of Times this Specific Loop has been Went into / looped back.
% Set the current Loop number to How many times This Loop Has Been Went Into / Looped back.
= If the current loop Number is 0, Go to the nearest Next loop.
? Ignore all Commands until ? Is used again or In An Infinite loop.
i Set the Current loop to The Input.
~ The Best Descriptor of This Command is A Quasi-? Command.

Cat program:

#[i!]

"Hello, World!" Program:

#[/72!/101!/108!!/111!/44!/32!/87!/111!
/114!/108!/100!/33![]]

Truth-machine Program:

[/49!]#[i=^1][/48![]]

FizzBuzz:

#[%?[/70!/105!/122!!/66!/117!/122!!]/1
[/70!/105!/122!!]/1[/66!/117!/122!!]/1?
\15&3,1\3&2,1\5&1,1@?~]