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

Quelle  syntax-tree-current-statement.g.out   Sprache: unbekannt

 
gap> func := function ( )
>     return CURRENT_STATEMENT_LOCATION(GetCurrentLVars());
> end;
function(  ) ... end
gap> 
gap> func( );
[ "*stdin*", 3 ]
gap> 
gap> func := SYNTAX_TREE_CODE( SYNTAX_TREE( func ) );
function(  ) ... end
gap> 
gap> func( );
fail
gap> QUIT;

[ Dauer der Verarbeitung: 0.21 Sekunden  (vorverarbeitet)  ]