|
# this is a demo file for the 'Test' function
#
gap> g := Group((1,2), (1,2,3));
Group([ (1,2), (1,2,3) ])
# another comment following an empty line
# the following fails:
gap> a := 13+29;
41
[ Dauer der Verarbeitung: 0.34 Sekunden
(vorverarbeitet)
]
|