Skip to content

Instantly share code, notes, and snippets.

@ktgon
ktgon / learn_kr.lua
Created February 9, 2022 07:11 — forked from wikibook/learn_kr.lua
learn lua 한국어판
-- 대시 두 개는 한 줄짜리 주석을 의미합니다.
--[[
[와 ]를 두 개씩 추가하면 여러 줄 주석이 됩니다.
--]]
----------------------------------------------------
-- 1. 변수와 흐름 제어
----------------------------------------------------