end code snippet properly (oops)

This commit is contained in:
James Fenn
2019-10-15 08:32:16 -04:00
committed by Corbin Crutchley
parent ead4272575
commit 14d6066afb

View File

@@ -261,6 +261,7 @@ elif [[ $input == "4" ]] ; then
else
exit
fi
```
## Variables and Scope {#basic-scope}