No Loops
(Working name)
The basis of this programming language is that there are no built in loops. The name is terrible, so I will change it at some point.
Input:
(Separated by spaces)
Output:
Operators:
(In order of importance)
Input: i(n)
Multiplication: (-)n*(-)n
Division: (-)n/(-)n
Addition: (-)n+(-)n
Subtraction: n-n
Greater Than: (-)n>(-)n
Less Than: (-)n<(-)n
Ternary: n?_:_; ($ in _ becomes n)
Variables
Variable Definition:
var=___ Sets var equal to ___ evaluated
var~___ Sets var equal to ___ unevaluated