What is the purpose of the `end` keyword at the close of a function definition in MATLAB?
-
A
It marks the boundary of the function so local functions can follow
-
B
It returns the last computed value
-
C
It is optional and has no effect
-
D
It terminates the MATLAB session