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

Quelle  bad-array-undef-0.g.out   Sprache: unbekannt

 
gap> f := function()
>     local l;
>     return l[1];
> end;
function(  ) ... end
gap> f();
Error, Variable: 'l' must have an assigned value in
  return l[1]; at *stdin*:4 called from 
<function "f">( <arguments> )
 called from read-eval loop at *stdin*:6
type 'quit;' to quit to outer loop
brk> QUIT;

[ Dauer der Verarbeitung: 0.3 Sekunden  (vorverarbeitet)  ]