Function declaration ends with .........?
Answers
Answered by
7
Explanation:
The function body begins with the keyword IS (or AS ) and ends with the keyword END followed by an optional function name. The function body has three parts: an optional declarative part, an executable part, and an optional exception-handling part
Answered by
1
Explanation:
The function body begins with the keyword IS (or AS ) and ends with the keyword END followed by an optional function name. The function body has three parts: an optional declarative part, an executable part, and an optional exception-handling part.
Similar questions