lin
2025-08-20 171e08343a9b6df6c31197f5b4800e8004800f5b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
######################################################################
# This is the file for specifying comments
# You may edit this file
#  
# Delphi Comments File 10.09.2004
#
#
# Comments for this file start with # and end at the end of the line
# empty lines are ignored
# for RegExp Syntax, see:
# http://java.sun.com/j2se/1.4.2/docs/api/java/util/regex/Pattern.html
######################################################################
 
# lines to ignore: no-op
^;$
$
 
# Java, C++, C, Delphi
/\*
\*/
 
# Java, C++, C, Delphi
//
$
 
# Delphi, Pascal
\{
\}
 
# Delphi, Pascal
\(\*
\*\)