>>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> I realize that... but to soothe you a bit... I do not really add Lars> anything new, I just makes it more consistent. Lars> f.ex. we use sometimes find("c") and sometimes find('c'), both Lars> work, but find('c') is faster and has smaller mem-footprint. Lars> same goes for << "c" vs. << 'c' and + "c" vs. + 'c'. What wories me is use of + 'c' for strings. I remember (you know, I am an oldtimer, and those thigs are fuzzy in my memory) that we had some hard to find bugs due to that. JMarc