handlers.registerFunction( new MoreThanOrEqFunction() );
handlers.registerFunction( new EqFunction() );
handlers.registerFunction( new SwitchFunction() );
//handlers.registerFunction( new DeffunctionFunction() );
handlers.registerFunction( new ReturnFunction() );
handlers.registerFunction( new RunFunction() );
handlers.registerFunction( new BindFunction() );
handlers.registerFunction( new NewFunction() );
handlers.registerFunction( new SetFunction() );
handlers.registerFunction( new GetFunction() );
handlers.registerFunction( new CallFunction() );