Dat

From Esolang
Jump to navigation Jump to search

Dat language

made in scratch, visit here. by Hajunsheng.

structure

"data|code"

commands

"+" goes to next cell in data

"-" goes to last cell in data

"*x" will set the current cell to x

"#" halts the program correctly

"p" prints the current cell

"i" gets one character of user input(or first character) and stores it

">" sets loop start position

"<x" will go to loop start position if x is equal to current cell