BCS wrote: > I think the issue is where compile time and runtime are both allowed, > but makes a *BIG* difference in performance. Right, which is why compile time execution is only done in contexts where it would otherwise error, such as in initialization of global constants.