Robinfish

From Esolang
Jump to navigation Jump to search
Not to be confused with Deadfish.

Robinfish is a superset of the Deadfish language.

The current version of the interpreter is hosted on git.gay.

Commands

Opcode Explanation
i Increment the accumulator.
d Decrement the accumulator.
s Square the accumulator.
o Output the accumulator as a number.
h Halt execution.
r Square root the accumulator.
c Output the accumulator as an ASCII character. **NOTE:** Numbers outside 0-255 do nothing.
w Print "Hello, World!"
; Reset the accumulator to zero.
x2 Multiply the accumulator by two.