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

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

 
gap> f := function()
>     return 1[1];
> end;
function(  ) ... end
gap> f();
Error, List Element: <list> must be a list (not the integer 1) in
  return 1[1]; at *stdin*:3 called from 
<function "f">( <arguments> )
 called from read-eval loop at *stdin*:5
type 'quit;' to quit to outer loop
brk> QUIT;

[ Dauer der Verarbeitung: 0.25 Sekunden  (vorverarbeitet)  ]