Monthly Archives: March 2008

Anything, anything!

A very usefull ‘feature’ of some languages is the ability to store values of different types in the same variable. Although this is generally a ‘bad idea’, since it makes it impossible to check for assignment errors during compile-time.
However, there are cases where it is very usefull; for instance, lets say that you are writing [...]