From 46e0f0ce71546423193818f1fb18f177bd80b86d Mon Sep 17 00:00:00 2001 From: Bobbi Webber-Manners Date: Tue, 1 May 2018 17:39:02 -0400 Subject: [PATCH] Added mention of endsub. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fed7206..49e3a08 100644 --- a/README.md +++ b/README.md @@ -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