pfalcon / pycopy-lib

Standard library of the Pycopy project, minimalist and light-weight Python language implementation
https://github.com/pfalcon/pycopy
Other
246 stars 70 forks source link

code after return #59

Closed timhughes closed 3 years ago

timhughes commented 3 years ago

https://github.com/pfalcon/pycopy-lib/blob/master/uaiohttpclient/example.py#L11-L15

pfalcon commented 3 years ago

Yes. You remove return, and wonders happen. (And that code is in example.py, which you're supposed to eyeball (it worked!) and play with (next stage)).