Skip to content

Instantly share code, notes, and snippets.

View dewe's full-sized avatar
🇸🇪

Johan Dewe dewe

🇸🇪
  • Adaptiv Sthlm AB
  • Stockholm, Sweden
View GitHub Profile
@dewe
dewe / learn.lua
Last active August 29, 2015 14:11 — forked from vdel26/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.
----------------------------------------------------