Skip to content

Instantly share code, notes, and snippets.

View yosifonoren's full-sized avatar

Oren Yosifon yosifonoren

View GitHub Profile
@pateltej
pateltej / .lua
Created September 30, 2015 00:58
Lua in 15 minutes
-- Two dashes start a one-line comment.
--[[
Adding two ['s and ]'s makes it a
multi-line comment.
--]]
----------------------------------------------------
-- 1. Variables and flow control.