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

Quelle  syntax-tree-error.g.out   Sprache: unbekannt

 
gap> func := function ( )
>     Error( );
> end;
function(  ) ... end
gap> 
gap> func := SYNTAX_TREE_CODE( SYNTAX_TREE( func ) );
function(  ) ... end
gap> 
gap> func( );
Error,  called from
<function "func">( <arguments> )
 called from read-eval loop at *stdin*:8
you can 'quit;' to quit to outer loop, or
you can 'return;' to continue
brk> QUIT;

[ Dauer der Verarbeitung: 0.17 Sekunden  (vorverarbeitet)  ]