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 155 B image not shown  

Quelle  break-loop-loop.g   Sprache: unbekannt

 
# test iterating over local variables from within a break loop
f:=function(x) local y; y:=42; Error("bar"); end;;
i:=0;
f(1);
x;
y;
for i in [x..y] do od;

[ Dauer der Verarbeitung: 0.15 Sekunden  (vorverarbeitet)  ]