The Occasional Occurence

Errrr...

July 31, 2007 at 09:38 PM | categories: computing

I am doing a little "pleasure reading" on Erlang tonight. I thought this was an interesting thing to say about variables:

Variables can only be bound once! The value of a variable can never be changed once it has been set (bound).

Doesn't that make them constants, and not variables?

cw