Lua is a powerful, efficient, lightweight, embeddable scripting language. It supports procedural programming, object-oriented programming, functional programming, data-driven programming, and data ...
Luaは軽量でスクリプト用途にめっちゃ使いやすいから、Aegisubみたいなツールでの自動化やゲーム開発(例:Roblox)まで、いろんな可能性が広がるよ!勉強を始めるタイミングとしてバッチリだし、今回のSRT結合スクリプト(v1.12)で実践経験も積めてるから ...
-- This tutorial will show you some of the basics of the lua syntax. -- Detailed information can be found at -- http://www.lua.org/manual/5.1/manual.html -- Note that ...