dira
Creates a new instance of a class.
Use dira followed by a class name and arguments to create a fresh object based on that class. The class's motlhophisi runs to set up the new instance.
Syntax
Section titled “Syntax”dira Leina(diparamethara)Examples
Section titled “Examples”mofutakwalo Sediko {
motlhophisi(r) {
ye.r = r;
}
}
diri s = dira Sediko(50);