Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/profiling/tst/tstall/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 21.5.2025 mit Größe 318 B image not shown  

Quelle  read.tst   Sprache: unbekannt

 
gap> START_TEST("read.tst");
gap> LoadPackage("profiling", false);
true
gap> ReadLineByLineProfile(6);
Error, Filename must be a string
gap> ReadLineByLineProfile("filethatdoesnotexist.cheese");
Error, Unable to open file filethatdoesnotexist.cheese
gap> ReadLineByLineProfile("/");
fail
gap> STOP_TEST("read.tst", 1);

[ Dauer der Verarbeitung: 0.10 Sekunden  (vorverarbeitet)  ]