numberToText
- src.ZinckLib.numberToText.numberToText(num: int)
Takes in an integer and converts it to the written version of the number. for example, 1 = one or 10 = ten
- Parameters:
num (int) – the number you want to convert
- Returns:
the text version of a given number
- Return type:
string