Gedichte
Musik
Bilder
Quellcodebibliothek
Diashow
Normaldarstellung
Quellcodebibliothek
Statistik
Leitseite
products
/
sources
/
formale Sprachen
/
GAP
/
tst
/
testbugfix
/ (
Algebra von RWTH Aachen
Version 4.15.1
©
) Datei vom 18.9.2025 mit Größe 115 B
Quelle 2018-06-28-varadic.tst Sprache: unbekannt
gap> f := atomic function(readwrite a, readwrite b...)
> return b;
> end;;
gap> f(1);
[ ]
gap> f(1, 2);
[ 2 ]
[ Dauer der Verarbeitung: 0.19 Sekunden (vorverarbeitet)
]
2026-04-02