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

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

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

[ zur Elbe Produktseite wechseln0.30Quellennavigators  Analyse erneut starten  ]