allow developers to create their own operators/functions
Status: Beta
Brought to you by:
bfegler
a new class could be created, with it's precedence,
number of operans, what it takes (number|int|boolean)
and the actual code to execute it.
this new class could be placed in a specified
directory, much like adding modules to an application.