Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/GAP/tst/testspecial/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 18.9.2025 mit Größe 256 B image not shown  

Quelle  last-access.g.out   Sprache: unbekannt

 
gap> 1;2;3;[last,last2,last3];
1
2
3
[ 3, 2, 1 ]
gap> Error("err");
Error, err called from
not in any function at *stdin*:3
you can 'quit;' to quit to outer loop, or
you can 'return;' to continue
brk> 1;2;3;[last,last2,last3];
1
2
3
[ 3, 2, 1 ]
brk> QUIT;

[ Dauer der Verarbeitung: 0.3 Sekunden  (vorverarbeitet)  ]