[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]

formic update



Date: Tue, 21 Aug 90 16:56:55 PDT
   From: xanadu!roland (Roland King)

   Trailing substring output w/ "+" is now implemented everywhere in formic.

Thanks!  The new formic is working beautifully.

   BTW "exit 1;" won't compile w/ gnatCC2 - I get a syntax error.  Anybody
   know what's going on? I would rather not have to mess with bombs when
   all I want formic to do on format errors is explain itself and die 
   gracefully.

Try "exit(1);".  "exit" is a library function, not a keyword like
"return".