Lua For Aegisub 2020-12-10 13:53 | 2,186 | 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 当遇到限…