klyn.Type.toString
method
public override toString() as String:
Description
Returns the full type name when available. print(Int.type.toString())
Returns
String representation of the type.
Example