Documentation on keywords language

Hello from Normandie.

Where can I find doc on class definition properties, opérators, functions, inheritance if it’s possible?
i usuely use dot.net framework ans i am looking for basic language documentation.
Thank’s for all of you.

Look at Reference link above

These ebooks may help, start with Lua first

https://www.dropbox.com/sh/mr2yzp07vffskxt/AACqVnmzpAKOkNDWENPmN4psa

http://codea.io/reference/

There’s also a reference built-in to the app itself, when you press the eye icon on your keyboard (in the editor), or when you open the left sidebar on the project menu, there’s a reference button.

Thank You to all of you, Lua has to read first.

@eeddxx Here’s some other links from the web (I misunderstood the question at first):

Lua Reference

Quick Lua Overview

In-Depth Lua Tutorial

(Note that there is no io.write or io.read)