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

Quelle  line-continuation.g   Sprache: unbekannt

 
Spracherkennung für: .g vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

#
# Verify that a CRLF after a line continuation increments the current line
# counter only once, so that both examples below report the error in line 2.
#
EvalString("123\\\n45x;");
quit;
EvalString("123\\\r\n45x;");
quit;

[ Dauer der Verarbeitung: 0.24 Sekunden  ]