Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/GAP/tst/testinstall/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 18.9.2025 mit Größe 315 B image not shown  

Quelle  pragma.tst   Sprache: unbekannt

 
#
gap> #% pragma
gap> 
gap> x := function( x )
>       #% pragma
>       return x;
>    end;;
gap> Display( x );
function ( x )
    #% pragma
    return x;
end
gap> x := function( x )
>       #% pragma with tab
>       return x;
>    end;;
gap> Display( x );
function ( x )
    #% pragma with tab
    return x;
end

[ Dauer der Verarbeitung: 0.28 Sekunden  (vorverarbeitet)  ]