When assigning a function to a new variable it is not copied. Just like tables, function values are actually pointers to a function. local a = ...
確定! 回上一頁