mirror of
https://github.com/1C-Company/v8-code-style.git
synced 2025-02-10 04:13:38 +02:00
11 lines
117 B
Plaintext
11 lines
117 B
Plaintext
Procedure MyProcedure(Param) Export
|
|
|
|
Param = 1;
|
|
|
|
EndProcedure
|
|
|
|
Function MyFunction() Export
|
|
|
|
Return 1;
|
|
|
|
EndFunction |