}
@Internal(".dfltStop")
public static void defaultStop(@Current Context context, String message, Null nz) {
EvalException e = new EvalException(message);
e.initContext(context);
throw e;
}
@Internal
public static void stop(@Current Context context, boolean call, String message) {