Does not work: `func Pwm sensorHandler() { return readSensor(); Num var; }` Does work: `func Pwm sensorHandler() { Num var; return readSensor(); }`