something like fun div(x: Float, y: Float): Float ...
# random
v
something like fun div(x: Float, y: Float): Float { x / y }