> There are no
> immutable-variables either, although I don't really
> see why not: variables that are not assignable [1]
> outside their declaring package seem like a useful
> feature to me.)
That particular feature is available, in a sense, by giving the
variable a name starting with a lower case letter and providing an
exported function which returns the value of the variable.
Ian
One more question.
How can I access variable array as constant array like
,in 'C', const int* pArray?
Best regards,
N.Tanaka
>---html-part included links-------
>mailto:nt9...@gmail.com
Thanks a lot.
One more question.
How can I access variable array as constant array like
,in 'C', const int* pArray?