As the CLU reference manual points on on page 88, "[using own variables when a program is known to use exactly own object of a particular type] is a poor design decision in most cases".
The clu compiler uses own variables this way, so let's fix it up.
As the CLU reference manual points on on page 88, "[using own variables when a program is known to use exactly own object of a particular type] is a poor design decision in most cases".
The clu compiler uses own variables this way, so let's fix it up.