Esolang talk:Klat gnalosE

From Esolang
Jump to navigation Jump to search

(Note: The title of this page was made to be a palindrome. There is no Esolang:Klat gnalosE.) Esolang talk:Klat gnalosE was created by User:ResU in 2021. The commands are separate from the tape.

Commands

All numbers

Stores the number to the current location of the pointer.

>

Puts > on the tape. > on the tape moves the pointer right after only one "run" command.

run

Starts the tape running.

<

Puts < on the tape. < on the tape moves the pointer left after only one "run" command.

pa

Converts the entirety of the tape into letters, prints them, and clears the tape.

Is used for separating commands.

?x=yz

Goes left if x=y and z is <, goes right if x=y and z is >, otherwise stays.

cx

Is a nop if x is not a command.

Q

Is a quine.

a=b

Stores b to a.

Examples:

Hello, world!

Prints "Helloworld".

8 5 11 11 14 23 14 17 11 4 pa

Quine

Q

Truth machine

a=1 ?a=1 >1>pa<<<<run pa

Infinite loop

>< run