diri
Declares a variable whose value can change.
Use diri for variables you intend to reassign. For values that should never change after assignment, use methla instead.
Syntax
Section titled “Syntax”diri leina = boleng;Examples
Section titled “Examples”diri palo = 0;
palo = palo + 1;