| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
|
| |
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.
|
| |
|
| |
`LoudDog.__index` is `Dog`, not `LoudDog`.
|
| | |
|
| |
|
|
|
| |
Currently, the example functions create variables in global
scope.
|
| |
|
|
|
| |
Function calls using a table literal as its sole parameter
may also omit parentheses
|
| |
|
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
links in code blocks
|
| |
|