"Source: Text/Geometry/ModAbVar.text";
"Line: 1498";
"Date: Fri Sep  9 15:10:23 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/ModAbVar.text, line: 1498
// Example: H145E27 ()
print "Example: H145E27";
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);
