.lsd file format
Comments
- A .lsd-file may contain an arbitrary amount of comment
- Comments may start anywhere in the file
- Comments are indicated by one of the following character sequences:
Character Sequence |
consists of |
# |
number sign |
/* |
slash + star |
// |
double slash |
- A comment begins with one of the character sequences above and
ends at the end of the same line in which it begins.
- Comments are stripped off before evaluation of the line.
eof.