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

 
#
# 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.11 Sekunden  (vorverarbeitet)  ]