Lua For Aegisub
Lua基础语法 注释 -- this is one line comment --[[ this is a comment and comment again and again ]] 变量 var_string = "foo and bar"; --用""表示string print(var_string); → foo and bar 当遇到限…
随记
此文被设置为不显示摘要。