0
Is it possible to transform "val" into "var" and vice-versa?
I would like to change a varible after a limited and expected times (point in the source code)
1 Resposta
+ 4
It is not possible to switch. It is possible to protect the var from changing unless allowed,