|
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)
]
|