Skip to content

Instantly share code, notes, and snippets.

@tijsmaas
tijsmaas / learn.lua
Last active August 29, 2015 14:13 — forked from tylerneylon/learn.lua
-- Two dashes start a one-line comment.
--[[
Adding two ['s and ]'s makes it a
multi-line comment.
--]]
----------------------------------------------------
-- 1. Variables and flow control.
----------------------------------------------------