Gedichte
Musik
Bilder
Quellcodebibliothek
Diashow
Normaldarstellung
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 148 B
Quelle broken-test-6.tst Sprache: unbekannt
gap> # continuation prompt followed by a tab leads to an error
gap> f := function()
> local a;
> if a = 0 then
> Error("a is zero");
> fi;
> end;;
[ Dauer der Verarbeitung: 0.3 Sekunden (vorverarbeitet)
]
2026-04-02