LECHEI

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.

LECHEI(Language where changing register possible only by inputing and using it as queue.) is a language by User:ChuckEsoteric08 inspired by FakeScript.

Commands

Command Operation
inp a input string and store it in a.
out a output variable a.
enq a b concatenate variable a and string b and store it in variable a.
move a b remove first letter in variable a and store it in variable b.
if a b c if variable a equals to string b goto command c(Counting starts at 1 or 0. It is implementation defined).
end halts

if variable doesn't exist, create it.(not in move or if command.)

External resources

Scratch interpreter