mirror of
https://github.com/1C-Company/v8-code-style.git
synced 2025-02-13 16:32:04 +02:00
10 lines
145 B
Plaintext
10 lines
145 B
Plaintext
Procedure BeforeExit(Cancel, WarningText)
|
|
i = 0;
|
|
i = i + 1;
|
|
EndProcedure
|
|
|
|
Procedure ModuleUnusedMethodCheck()
|
|
i = 0;
|
|
i = i + 1;
|
|
EndProcedure
|