mirror of
https://github.com/1C-Company/v8-code-style.git
synced 2025-02-10 04:13:38 +02:00
13 lines
168 B
Plaintext
13 lines
168 B
Plaintext
|
|
// First line
|
|
// second line
|
|
Procedure NonComplaint() Export
|
|
// empty
|
|
EndProcedure
|
|
|
|
// First line
|
|
// second line.
|
|
Procedure Complaint() Export
|
|
// empty
|
|
EndProcedure
|