Alan's dead fish

From Esolang
Jump to navigation Jump to search

(This is my first esolang, please note any mistakes.)

Alan's dead fish is an esolang make by User:Bogdan192848 based on Deadfish. It has the same command set as Deadfish, but with 2 new commands:

  • "!": If the accumulator isnt 0, jump to the next !. The odd numbered ! are not runned (ex in !d!!i!, only the ! at the first and 4th character are runned)
  • "g": Set the accumulator to the user's input.

The program also loops when it reaches the end.

Examples

Truth-machine

!g!!oh!d!iod!i

Countdown

!g!od!oh!

Interpreters