Answers for "global const"

0

global const

// You just use const at global scope:
const aGlobalConstant = 42;
Posted by: Guest on March-04-2022

Browse Popular Code Answers by Language