1. If you exit and reenter a function, do you want to get the same hash or a new one? 2. If you call a function recursively, are its local variables "new" variables or not? Is it ok to get the same hash for them?
↧