On 24/06/06, Erik Veenstra <erikveen / dds.nl> wrote: > Building the triangle takes 54 bytes. > > (Storing it will cost you 2 extra bytes. The question is: Do > you want to store it?) If you don't want to store it, and predefine a certain function (which means that you no longer need to store it, incidentally), the entire triangle can be calculated in 37 bytes. However, that makes the overall program longer... Paul.