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

Quelle  bad-minus.g.out   Sprache: unbekannt

 
gap> f := function()
>     return 1 - "abc";
> end;
function(  ) ... end
gap> f();
Error, no method found! For debugging hints type ?Recovery from NoMethodFound
Error, no 1st choice method found for `AdditiveInverseMutable' on 1 arguments at GAPROOT/lib/methsel2.g:LINE called from
AdditiveInverseMutable( elm ) at GAPROOT/lib/arith.gi:LINE called from
AdditiveInverseImmutable( elm ) at GAPROOT/lib/arith.gi:LINE called from
1 - "abc" 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.22 Sekunden  (vorverarbeitet)  ]