Category:BlooP: Difference between revisions

m
no edit summary
(Added basic info. Still to do: add more details and example code.)
mNo edit summary
Line 7:
 
The operators that exist in BlooP and FlooP are:
*<= : Assignment
*+ : Addition
** or x (depending on implementation): Multiplication
*> : Greater Than
*< : Less Than
*= : Equals
 
Note that subtraction and division are conspicuously missing, as are modulus and exponentiation. These can and must be defined in terms of loops and the provided operators.
Anonymous user