"Source: Text/Group/GrpASim.text";
"Line: 1881";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Group/GrpASim.text, line: 1881
// Example: H72E7 ()
print "Example: H72E7";
ei := GetEchoInput();
SetEchoInput(true);
G := Omega( 9, 11 );
ClassicalForms( G );
FormType( G );
SymplecticForm( G );
assert not $1;
SetEchoInput(ei);
