Skip to content

Instantly share code, notes, and snippets.

View johngrib's full-sized avatar
🌈
Focusing

JohnGrib johngrib

🌈
Focusing
View GitHub Profile
@wikibook
wikibook / learn_kr.lua
Last active July 13, 2023 00:18
learn lua 한국어판
-- 대시 두 개는 한 줄짜리 주석을 의미합니다.
--[[
[와 ]를 두 개씩 추가하면 여러 줄 주석이 됩니다.
--]]
----------------------------------------------------
-- 1. 변수와 흐름 제어
----------------------------------------------------