70717273747576
registerFunction(">=", new GreaterOrEqualFunction()); registerFunction("#", new NumericFunction()); // Not an operator, but JSilver cannot function without as it's used by // the <?cs name ?> command. registerFunction("name", new NameFunction()); }