Skip to content

Instantly share code, notes, and snippets.

View johngrib's full-sized avatar
🌈
Focusing

JohnGrib johngrib

🌈
Focusing
View GitHub Profile
@johngrib
johngrib / learn_kr.lua
Created March 15, 2017 12:03 — forked from wikibook/learn_kr.lua
learn lua 한국어판
-- 대시 두 개는 한 줄짜리 주석을 의미합니다.
--[[
[와 ]를 두 개씩 추가하면 여러 줄 주석이 됩니다.
--]]
----------------------------------------------------
-- 1. 변수와 흐름 제어
----------------------------------------------------