SETSWANA TRANSLATION: Skip to content

diri

SETSWANA TRANSLATION: Declares a variable whose value can change.

SETSWANA TRANSLATION: Use diri for variables you intend to reassign. For values that should never change after assignment, use methla instead.

SETSWANA TRANSLATION: diri leina = boleng;
SETSWANA TRANSLATION: A counter that can be reassigned
diri palo = 0;
palo = palo + 1;

methla