metlha
Declares a constant whose value cannot be reassigned.
Use metlha for values that should never change after they are assigned. Attempting to reassign a metlha will produce an error.
Syntax
Section titled “Syntax”metlha leina = boleng;Examples
Section titled “Examples”metlha PI_YA_RONA = 3.14159;