Skip to content

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.

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

diri