Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/tst/test-compile/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 18.9.2025 mit Größe 343 B image not shown  

Quelle  info.g   Sprache: unbekannt

 
runtest := function()
    Print(InfoLevel(InfoDebug),"\n");
    Info(InfoDebug, 2, "Do not print");
    Info(InfoDebug, 1, "print this A");
    SetInfoLevel(InfoDebug, 2);
    Print(InfoLevel(InfoDebug),"\n");
    Info(InfoDebug, 3, "Do not print");
    Info(InfoDebug, 2, "print this B");
    Info(InfoDebug, 1, "print ", "this ", "C");
end;

[ Dauer der Verarbeitung: 0.17 Sekunden  (vorverarbeitet)  ]