mob |
Would it store the value for blah (5) as the value in the return statement, as if Blah() were defined to return 5, or does DreamSeeker have to evaluate that at run-time and ultimately arrive at the value 5.
I lean towards thinking that it is stored and constant, which is good---that would really keep things speedy---and makes sense (objects of course wouldn't be created at compile-time and therefore couldn't have initial() values, but types could have initial definitions), but then again we've all pretty much figured out that some things with the system are, well, weird, and I'd like to know exactly how this function operates.
Hiead

Lummox JR