kwala
Logs a value to the browser console.
Translates to console.log. The most common way to inspect values while debugging your sketch.
Syntax
Section titled “Syntax”kwala(boleng)Parameters
Section titled “Parameters”| Name | Type | Description |
|---|---|---|
boleng | sengwe | The value to log. |
Examples
Section titled “Examples”tiro setaLoeto() {
thalaKanefase(400, 400);
}
tiro tshwantsha() {
sefofane(220);
kwala(peebeX);
}