tutorials

Tech stack collection about Tutorials Point -

View the Project on GitHub

Data Types

Lua is a dynamically typed language, so the variables don’t have types, only the values have types. Values can be stored in variables, passed as parameters and returned as results.

In Lua, though we don’t have variable data types, but we have types for the values. The list of data types for values are given below.

Type list