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 170 B
Quelle 2012-12-17-t00269.tst Sprache: unbekannt
# 2012/12/17 (SL)
gap> l := [1,2,3];;
gap> Unbind(l,1);
Syntax error: 'Unbind': argument should be followed by ')' in stream:1
Unbind(l,1);
^
gap> l;
[ 1, 2, 3 ]
[ Dauer der Verarbeitung: 0.16 Sekunden (vorverarbeitet)
]
2026-03-28