We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Page names can not contain slashes
Created page
Add Lua support links
fix table.insert call
Updated Projects Using MoonScript (markdown)
Added link to example-usage of moonscript with C++.
Updated Home (markdown)
Updated Learn MoonScript in 15 Minutes (markdown)
Simpler explanation of "private" variables in classes
`Switch Statements` -> `Switch Statements and Expressions`
... and now with three tildes wrapping the code block...
Just noticed that my off-line editor had sneakily replaced tabs with spaces. Changed it back.
Reorganised `Object Oriented Programming` and `Scope` sections
Consistently wrap code in comments in backticks. Made sure that every line is less than 80 columns
`statment` -> `statement`
Swapped `if` examples around to slightly more logical order: first introduce `unless`, then mention `if` and `unless` can be used as expressions.
DRY
`local a` example did not make sense, because `a` had been defined many times before. Replaced with `local var_4` to match directly preceding example
Reorganised "k:v table literal without curly braces"-examples to go from least to most complex (assignment, nested, passed to a function)
Fixed bugs, refined a few examples and explanations, and minor restructuring
Forgot dot at end of sentence
Give a short explanation for `@` when introducting `=>`; we must assume people do not know what it does yet, nor that it's explained in the classes section
Updated Learn FusionScript in 15 Minutes (markdown)
Created Learn FusionScript in 15 Minutes (markdown)
Added TIC, a pico 8 clone that recently added added moonscript support