Lua – Loops

  • Post author:
  • Post category:Lua
  • Post comments:1 Comment

Here we discuss about Lua - Loops. There may be a situation when you need to execute a block of code several number of times. In general, statements are executed…

Continue ReadingLua – Loops

Lua – Operators

  • Post author:
  • Post category:Lua
  • Post comments:0 Comments

An operator is a symbol that tells the interpreter to perform specific mathematical or logical manipulations. Lua language is rich in built-in operators and provides the following type of operators…

Continue ReadingLua – Operators

Lua – Overview

  • Post author:
  • Post category:Lua
  • Post comments:0 Comments

Lua is an extensible, lightweight programming language written in C. It started as an in-house project in 1993 by Roberto Ierusalimschy, Luiz Henrique de Figueiredo, and Waldemar Celes. It was…

Continue ReadingLua – Overview

Lua Tutorial

  • Post author:
  • Post category:Lua
  • Post comments:1 Comment

Lua is an open source language built on top of C programming language. Lua has its value across multiple platforms ranging from large server systems to small mobile applications. This…

Continue ReadingLua Tutorial