> lang > sub | ![]() |
السابق التالي تحرير إعادة تسمية تراجع بحث الإدارة
| المستندات |
[ STATIC ] { PUBLIC | PRIVATE } { PROCEDURE | SUB }
Identifier
(
[ Parameter AS Datatype [ , ... ] ] [ , ]
[ OPTIONAL Optional Parameter AS Datatype [ , ... ] ] [ , ] [ ... ]
)
...
END
This declares a procedure, i.e. a منهج that returns nothing. To return a value, use FUNCTION
The END keyword indicates the end of the procedure.