mirror of
https://github.com/1C-Company/v8-code-style.git
synced 2025-02-10 04:13:38 +02:00
12 lines
204 B
Plaintext
12 lines
204 B
Plaintext
|
|
// Returns:
|
|
// Structure - procedure should not have return section!
|
|
Procedure NonComplaint() Export
|
|
// empty
|
|
EndProcedure
|
|
|
|
// Procedure description
|
|
Procedure Complaint() Export
|
|
// empty
|
|
EndProcedure
|