On Sat, Dec 30, 2000 at 07:27:19PM +0100, Lars Grossmann wrote:
P.S. Was hast du eigentlich gegen Windows 2000? (Ich meine ausser das es Windows heisst?)
<meine meinung> Es ist (benimmt) sich auch so! </meine meinung> Wollte mich nicht einmischen :)
if (windows95 := BAD) and (windows98 := BAD) then windows2000 := atleastimprovement else windowssuckz
(Scheisse, Programmierung ist zu lange her :-)
Wie wärs mit Nachholen :)? Korrektur: in Pascal
if ((windows95 = BAD) AND (windows98 = BAD)) then windows2000 := atleastimproved else windowssuckz;
in C
if ((windows95 == BAD) && (windows98 == BAD)) then windows2000 = atleastimproved; else windowssuckz;
guten Rutsch alle
<no comment>