Merge pull request #89 from ryanmaclean/patch-1

Simple Typo!
This commit is contained in:
Peter Bieringer 2019-08-27 19:47:31 +02:00 committed by GitHub
commit 29b528061d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -537,7 +537,7 @@ Functions
echo foo
</verb></tscreen>
<P> Lines 2-4 contain the 'quit' function. Lines 5-7 contain the 'hello' function
If you are not absolutely sure about what this script does, please try it!.
If you are not absolutely sure about what this script does, please try it!
<P> Notice that functions don't need to be declared in any specific order.
<P> When running the script you'll notice that first: the function 'hello' is
called, second the 'quit' function, and the program never reaches line 10.