Teledyne-lecroy Voyager Exerciser Generation Script Language Manua Bedienungsanleitung Seite 13

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 167
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 12
Teledyne LeCroy Voyager USB 3.0 Exerciser Generation Script Language Reference Manual
4
3 Comments
Comments instruct the script parser to exclude the commented parts of the script file from
parsing.
3.1 Line Comment
To comment a line, start the line with the symbol #.
To comment the end of a line, put the symbol # before the comment. The parser ignores the rest
of the line after the # symbol.
Example
SomeStuff # The text after the # symbol is not parsed.
3.2 Block Comment
To comment a block of text, start with the symbol pair /* and end with the symbol pair */. The
parser ignores the part of the file inside the comment block.
Example
/*
Example of a block of comments
All text between '/' '*' and '*' '/' is ignored.
*/
Seitenansicht 12
1 2 ... 8 9 10 11 12 13 14 15 16 17 18 ... 166 167

Kommentare zu diesen Handbüchern

Keine Kommentare