hsifdaeD
Jump to navigation
Jump to search
hsifdeaD is an esolang by User:None1, it can do nothing but interpret Deadfish.
Data storage
It has an accumulator.
Commands
Any program in this esolang must have exactly 5 characters, or a syntax error is raised.
Command | Meaning |
---|---|
, | Read a character from user input, jump to character 2-5 respectively if the input is i, d, s and o, otherwise just quit |
i | Increment accumulator and jump to the start of program |
d | Decrement accumulator and jump to the start of program |
s | Square accumulator and jump to the start of program |
o | Output accumulator and jump to the start of program |
Examples
Deadfish interpreter
,idso