Daniel Keep: > In my own code, I usually record my intent by using "inout" for > variables I intend to modify and "ref" for ones which I don't. > Always seemed reasonable to me. for the compiler they mean the same thing, but inout is being deprecated. Bye, bearophile