Because your `rw()` only returns inside the `while...
# getting-started
e
Because your
rw()
only returns inside the
while
, which the compiler don't guarantee the line can be reached, so you'll need another
return
at the end