Join Slack
Powered by
Because your `rw()` only returns inside the `while...
# getting-started
e
edwardwongtl
11/23/2017, 10:39 AM
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
Open in Slack
Previous
Next