"Source: Text/Geometry/ModAbVar.text";
"Line: 5522";
"Date: Fri Sep  9 15:10:23 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/ModAbVar.text, line: 5522
// Example: H145E84 ()
print "Example: H145E84";
ei := GetEchoInput();
SetEchoInput(true);
A := JZero(37) * JZero(22);
Factorization(A);
SetEchoInput(ei);
