Console
This module provides functions for interacting with the console.
Methods
lemba()→ null
Returns
null
This method prints the arguments to the console
Example
Khonso.lemba("Hello, World!") # prints "Hello, World!"
landira(zolemba: mawu)→ mawu
Arguments
zolemba
mawuReturns
mawu
This method reads a string from the console
Example
Khonso.landira() # returns the string entered by the user
fufuta()→ null
Returns
null
This method clears the console
Example
Khonso.fufuta() # clears the console