Around and around, sleeping sound

From Esolang
Jump to navigation Jump to search
This article is not detailed enough and needs to be expanded. Please help us by adding some more information.

Around and around, sleeping sound is the name of a 2D programming language made by User:Iamcalledbob, on June 16, 2018. It only has 4 commands:

Cmd Description
< Move the data pointer left. Add 1. When the value in the data pointer is over 255, change the value in the data pointer into 0.
> Move the data pointer right.
Z Outputs the value in the data pointer.
@ If pointer byte = 0, turn right. Else, turn left.