Skip to content

Instantly share code, notes, and snippets.

View nilesh-tawari's full-sized avatar
🏠
Working from home

Nilesh Tawari nilesh-tawari

🏠
Working from home
View GitHub Profile
@nilesh-tawari
nilesh-tawari / LUA.lua
Created January 25, 2018 04:11
LUA cheatSheet
-- [[ Cheatsheet for LUA from http://www.newthinktank.com/2015/06/learn-lua-one-video/]]
-- Prints to the screen (Can end with semicolon)
print("Hello World")
--[[
Multiline comment
]]
-- Variable names can't start with a number, but can contain letters, numbers