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