Spracherkennung für: .tst vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]
# the following code used to crash due to a signed/unsigned char bug in the
# GAP kernel. Found and reported by James Mitchell and Lukas Schnelle during
# GAP Days Summer 2025.
gap> while true do Print('\200'); Print("\n"); break; od;
'\200'
[ Dauer der Verarbeitung: 0.29 Sekunden
]