mirror of
https://github.com/1C-Company/v8-code-style.git
synced 2025-02-10 04:13:38 +02:00
15 lines
351 B
Plaintext
15 lines
351 B
Plaintext
|
|
// Parameters
|
|
// Parameters - Structure - description
|
|
// * Key1 - this field is part of description
|
|
Procedure NonComplaint(Parameters) Export
|
|
// empty
|
|
EndProcedure
|
|
|
|
// Parameters:
|
|
// Parameters - Structure - description:
|
|
// * Key1 - Number - this field is extension of the structure
|
|
Procedure Complaint(Parameters) Export
|
|
// empty
|
|
EndProcedure
|