Sub Statement

ཡན་ལག་བྱ་རིམ་མཚན་འཇོག་བྱེད།

སྐད་བརྡ་

Sub Name[(VarName1 [As Type][, VarName2 [As Type][,...]])]

རྗོད་པའི་མིང་

End Sub

ཁུགས་གྲངས་

Name: Name of the subroutine.

VarName: Parameter that you want to pass to the subroutine.

Type རིགས་གསལ་བཤད་ཀྱི་འགག་གནད་ཚིག

དཔེ་གཞི་

Sub Example

    REM some statements

End Sub