This website is under construction.
Too Many Variables! is a relatively simplistic esolang.
Its only line type is [num]=[num][op][num]
,
which seems like it would be useless… right?
Nope! The way the number is written determines if it's a variable, a number, I/O, or the current line number. (Yes, you can actually change that.) In fact, the main challenge isn't figuring out a way to do stuff, but trying not to get lost in the sea of numbers.
GitHub:
squareroot12621/
Esolang: Too Many Variables!