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 xskip next command | 
| eax | jump to label with index xshown as a string ofy's. Label's use 1-based indexes | 
| a | declare a new label |