Re: [fpc-pascal]STOP! DONT START THAT PROGRAM - IT MAY CRASH!

2003-03-19 Thread Anton Tichawa
Well, unless it's your only chance (walking through the forests alone in the dark), you should'n start any program that might contain fatal errors. safety first, or so .. bye, anton. -- "Adas Methode war, wie sich zeigen wird, Tagträume in offenbar korrekte Berechnungen einzuweben."

Re: [fpc-pascal]STOP! DONT START THAT PROGRAM - IT MAY CRASH!

2003-03-19 Thread Mark Emerson
What program? Mark Anton Tichawa wrote: > > Hello! > > At first glance I saw several possible errors that might make the program > crash. The until-condition contains "= 0" and should possibly read "<= 0"; > and your first storage has index 1, which should possibly read 0 instead of 1. > > ---