"Source: Text/Geometry/ModAbVar.text";
"Line: 1498";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Geometry/ModAbVar.text, line: 1498
// Example: H148E27 ()
print "Example: H148E27";
ei := GetEchoInput();
SetEchoInput(true);
IsSimple(JOne(25));
assert not $1;
IsSimple(JOne(13));
assert $1;
IsSimple(JZero(11)^10);
assert not $1;
IsSimple(NewSubvariety(JZero(100)));
assert $1;
SetEchoInput(ei);
