https://github.com/mindreframer/lua-quick-reference-sourcecode
source code for https://foicica.com/lua/ (mirror of the official mercurial repo)
https://github.com/mindreframer/lua-quick-reference-sourcecode
Last synced: 6 months ago
JSON representation
source code for https://foicica.com/lua/ (mirror of the official mercurial repo)
- Host: GitHub
- URL: https://github.com/mindreframer/lua-quick-reference-sourcecode
- Owner: mindreframer
- Created: 2019-02-19T09:53:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-19T09:53:42.000Z (about 7 years ago)
- Last Synced: 2025-05-17T05:38:25.435Z (11 months ago)
- Language: C
- Size: 15.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
These examples come from:
Lua Quick Reference
Published: Jul 2017
ISBN: 978-0-9912379-3-7
Pages: 158
https://foicica.com/lua
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<---------------------------------------------------------------------------