lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


True is a simple module that evaluates to true. It is also the smallest Lua module ever.

Repo: https://bitbucket.org/TeamSoni/true

Features:
- Smallest Lua module possible.
- It's true!

Usage:

assert(require "true" == true)

--
Disclaimer: these emails may be made public at any given time, with or without reason. If you don't agree with this, DO NOT REPLY.