Lua 26

Lua is a lightweight, multi-paradigm programming language designed primarily for embedded use in applications. Lua is cross-platform, since the interpreter is written in ANSI C, and has a relatively simple C API.

Wikipedia

Features

Multi-file mode

Versions

Name Version ID Multi-file mode
lua 7.2 1
luac 5.3.3 3
luac 5.4.2 6

Libraries

-

Examples

TEST problem

Sample solution to the TEST programming problem.

test_problem.lua
test_problem.in
Multi-files

A simple example how to use the multi-file feature.

prog.lua
prog2.lua