```fun example(x: Number) { val x = x.toDouble...
# announcements
d
Copy code
fun example(x: Number) {
    val x = x.toDouble();
    // code to do stuff with x
}