public int arity() {
return 2;
}
}));
env.bind("$sub", _theContext.createFunction(new Function() {
// Compute the subtraction operation on scalar arguments,
// or the set subtraction operation on sets.
public Object apply(Object[] args) {
try {
Token a = (Token) args[0];