lualib/docs
ame c562d0f9e3 work on threads 2024-05-08 10:55:05 -05:00
..
crypto.md docs 2024-04-15 11:52:28 -05:00
io.md arg_handle 2024-01-11 08:54:58 -06:00
math.md some docs:3 2023-12-19 11:38:17 -06:00
net.md work on threads 2024-05-08 10:55:05 -05:00
readme.md thread roadmap 2024-05-01 14:02:05 -05:00
table.md some docs:3 2023-12-19 11:38:17 -06:00
thread.md work on threads 2024-05-08 10:55:05 -05:00

readme.md

lualib (llib)

(name subject to change)

with the library in the same directory (or one of the other valid search locations)

require "llib"

which makes a global llib table

future require versions will eventually return the table

llib = require "llib"

the table has many subtables and functions, with related function in them, you can view them like so

llib.io.pprint(llib) --pprint is a part of the io module, pprint meaning pretty print

all subtables and functions have a corresponding file in this directory on usage