A variable can be declared const, which means it cannot be assigned to, with the syntax 'local <const> name = exp'.
53 KiB
53 KiB
A variable can be declared const, which means it cannot be assigned to, with the syntax 'local <const> name = exp'.