Sub Statement

sagantaa xiqqaa qindeessi.

Caasimaa:


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

Ulaagaalee:

Name: Name of the subroutine.

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

Gosa: Jefuraa gos-ibsituu.

Fakkeenya:


Sub Example
    REM some statements
End Sub