If this is in global scope, use const. Otherwise, do not use const because it is not implemented for local scope yet (unless I missed the memo).
4 Likes
If this is in global scope, use const. Otherwise, do not use const because it is not implemented for local scope yet (unless I missed the memo).