;;;

From Esolang
Jump to navigation Jump to search

;;; is an esolang made by User:Yayimhere

memory

memory is stored in a infinite tape holding 8 bit numbers.

syntax

these are the commands:

Caption text
symbol command
; if current cell is 0 go left on tape. else decrement it
: increment current cell and go right. however if this increments 256 go left and goto the line equal to the current cell
/ decrement current cell. if this decrements 0 however jump back to the start of the program
\ go left unless current cell is a prime number