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

Quelle  mem-overflow.g   Sprache: unbekannt

 
# double a list until there is a memory overflow
l:=[1];; while true do Append(l,l); od;
# ... then we should be in a break loop. Exit that, perform some other computations.
quit;
Factorial(42);

[ Dauer der Verarbeitung: 0.7 Sekunden  (vorverarbeitet)  ]