Besides the standard "return" command, Python has the concept of "yield".
I think this could be created with the use of static variables, but I just wonder if it is possible to create a native implementation of the yield command?
This will allow us to create "generator" functions easily.
Just trying to get good ideas from other languages :)
Eric