Enforced immutability
define PI = 3.14159; # compile-time defined constant
const MSG = "Hello world!"; # run-time defined constant
Last updated
Was this helpful?
define PI = 3.14159; # compile-time defined constant
const MSG = "Hello world!"; # run-time defined constant
Last updated
Was this helpful?