This is dummy text
gap> S5 := SymmetricGroup(5); Sym( [ 1 .. 5 ] ) gap> Size(S5); 120
Some text between two examples
gap> A5 := AlternatingGroup(5); Alt( [ 1 .. 5 ] ) gap> Size(A5); 60
And we wrap up with some dummy text But this should produce more text.
generated by GAPDoc2HTML