When this was originally written, it was written for a line-width of 50
characters, however Learn X in Y Minutes' site is designed for
80-character widths. This made it look very out of place.
The current language used implies that `local function f() ... end`
does not allow f to invoke itself. This has been clarified via the
addition of an example of a local function that may *not* invoke
itself.