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