If `return 0.0` is an expression that returns noth...
# announcements
z
If
return 0.0
is an expression that returns nothing, then
return (return 0.0)
should be invalid.