summaryrefslogtreecommitdiffhomepage
path: root/lua.html.markdown
Commit message (Collapse)AuthorAgeLines
* Update from gist/tylerneylonBedder2018-11-25-84/+85
| | | Note: https://gist.github.com/tylerneylon/5853042#gistcomment-851184
* [lua/en] Fixed formatting and variable namesTopher2018-08-08-3/+4
|
* [lua/en] Added a note about the wonky ternaryTopher2018-08-08-0/+4
| | | Ternaries in lua only work if the value returned when the condition evaluates to `true` is not `false` or `Nil`.
* Fix typo (#2317)Abhijeet Mohan2016-07-30-1/+1
|
* [elisp/en] Fix typoSaurabh Sandav2015-10-28-1/+1
|
* [lua/en] Fix typoSaurabh Sandav2015-10-24-1/+1
|
* Capitalize language names. See #137Geoffrey Liu2014-10-12-1/+1
|
* normalised lua doc to 80 chars per lineiirelu2014-03-03-82/+69
| | | | | | 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.
* lua: typoJakukyo Friel2014-02-06-1/+1
| | | `LoudDog.__index` is `Dog`, not `LoudDog`.
* Fixed spelling of trig function "sin"Craig Roddin2013-10-07-1/+1
|
* Use local variables for function examplesRob Hoelz2013-09-04-4/+4
| | | | | Currently, the example functions create variables in global scope.
* Add another example of function call without parensRob Hoelz2013-09-04-0/+4
| | | | | Function calls using a table literal as its sole parameter may also omit parentheses
* Clarify self-referential local functionsRob Hoelz2013-09-04-0/+3
| | | | | | | 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.
* fix fib function for Lua: fib(0) must eql 0 not 1Amr Tamimi2013-07-28-1/+1
|
* Authors -> ContributorsAdam2013-07-03-2/+2
|
* Added filename parameterAdam2013-06-29-0/+1
|
* Moved lua footer stuff out of code block to insert links (markdown won't do ↵Adam2013-06-26-20/+15
| | | | links in code blocks
* Added luaAdam2013-06-26-0/+421