Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/orbitalquark/lua-quick-reference

Lua Quick Reference Book
https://github.com/orbitalquark/lua-quick-reference

book e-book lua luajit quick-reference reference

Last synced: about 1 month ago
JSON representation

Lua Quick Reference Book

Awesome Lists containing this project

README

        

These examples come from:

Lua Quick Reference
Second Edition
Published: May 2020
ISBN: 978-0-9912379-5-1
Pages: 169

https://orbitalquark.github.io/lua-quick-reference/

The contents of these examples may also include test code and/or boilerplate
code delimitted by "snipped" comments.

In Lua, snipped comments look like:

--8<---------------------------------------------------------------------------
Test and/or boilerplate code not included in the book.
--8<---------------------------------------------------------------------------

In C, snippet comments look like:

//8<---------------------------------------------------------------------------
Test and/or boilerplate code not included in the book.
//8<---------------------------------------------------------------------------