Quote:
Originally Posted by cbk1994
Would seem like it should, since the variables will be deleted when the function (or loop, etc) is over, rather than storing them.
Though I'm not sure if it's stored on the hard drive (virtual memory) or actual memory on the systems running the servers.
|

There is no way active variables are stored in anything but the RAM.
Now then, Stefan was talking about variable names, not whether they're temporary variables or not, because obviously properly descriptive variable names improve comprehension.