Skip to content

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.

metlha leina = boleng;
A constant value
metlha PI_YA_RONA = 3.14159;

diri