Skip to content

borisboskovic/lua-beginners-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

See:


Relational operators

Symbol Description
== Equal to
~= Not equal to
> Greather than
>= Greather than or equal to
< Less than
<= Less than or equal to

Arithmetic operators

Symbol Description
+ Add
- Subtract
* Multiply
/ Divide
^ Exponents
% Remainder (Modulo)

Lexical

  • and
  • or
  • not

Loops

  • for
  • foreach
  • while
  • repeat until

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages