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

Quelle  stack-depth-func.g.out   Sprache: unbekannt

 
gap> f := function() f(); end;
function(  ) ... end
gap> f();
Error, recursion depth trap (5000) in
  f(  ); at *stdin*:2 called from 
f(  ); at *stdin*:2 called from
f(  ); at *stdin*:2 called from
f(  ); at *stdin*:2 called from
f(  ); at *stdin*:2 called from
f(  ); at *stdin*:2 called from
...  at *stdin*:3
you may 'return;'
brk> return; # try once more
Error, recursion depth trap (10000) in
  f(  ); at *stdin*:2 called from 
f(  ); at *stdin*:2 called from
f(  ); at *stdin*:2 called from
f(  ); at *stdin*:2 called from
f(  ); at *stdin*:2 called from
f(  ); at *stdin*:2 called from
...  at *stdin*:3
you may 'return;'
brk> QUIT;

[ Dauer der Verarbeitung: 0.25 Sekunden  (vorverarbeitet)  ]