a=4 -- variable a is now 4! Types and values. Lua is a dynamically typed language which means that variables do not have types; only values do.
確定! 回上一頁