Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/mapclass/lib/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 17.8.2022 mit Größe 377 B image not shown  

Quelle  debug.gi   Sprache: unbekannt

 
# These programs classify the Hurwitz loci of low genus
# for groups from Breuer's list
#
# (C) 2004 by K. Magaard, S. Shpectorov and H. Voelklein


#
# a debugging tool
#

Wait:=function(pppp)

local iiii,jjjj;
Print("Wait: ",pppp,"\n");
for iiii in [1..70000000] do
jjjj:=iiii;
od;
end;

#
# error print
#

ErrorPrint:=function(nnnn,pppp)

 PrintTo(nnnn,pppp);

end;


# End

[ Dauer der Verarbeitung: 0.21 Sekunden  (vorverarbeitet)  ]