fun f(x: Int): Unit
Performs an action on x.
This is a long description.
x - the int value to perform the action on.
x
fun f(x: String): Unit
x - the string value to perform the action on.