Yea
Jump to navigation
Jump to search
- This is still a work in progress. It may be changed in the future.
Yea is an esolang by User:ChuckEsoteric08.
Description
It has one queue. Only characters y
, e
and a
can be used. Yea is case insensitive.
Commands
Command | Operation |
---|---|
yx |
Enqueue character x .
|
eyx |
dequeue charater and if it's x skip next command
|
eax |
jump to label with index x shown as a string of y 's. Label's use 1-based indexes
|
a |
declare a new label |