Added mention of endsub.

This commit is contained in:
Bobbi Webber-Manners 2018-05-01 17:39:02 -04:00 committed by GitHub
parent 8b4488ece4
commit 46e0f0ce71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -461,7 +461,7 @@ The subroutine above can be called as follows:
call myFirstSubroutine()
When `myFirstSubroutine` hits a `return` statement, the flow of execution will return to the statement immediately following the `call`.
When `myFirstSubroutine` hits a `return` or `endsub` statement, the flow of execution will return to the statement immediately following the `call`.
### Local Variables