X vs. Y
		
		
		
		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.
 
X vs. Y is a very simple esolang by User:Yayimhere
memory
memory is stored in variables. they are defined like this:
x y
this sets x to the signed binary number y
syntax
| symbol | written | description | 
|---|---|---|
! | 
x ! y | 
if x is more than y set y to 0, if they are equal set x to x + y, and if y is more than x set x to 0 | 
# | 
# x | 
goto line x | 
- | 
- x | 
decrement x by 1 | 
/ | 
/x/A | 
if x is non-0 do code A |