set_eval_limit(3)     LPC Library Functions     set_eval_limit(3)
NNAAMMEE
       set_eval_limit() - set the maximum evaluation cost
SSYYNNOOPPSSIISS
       void set_eval_limit( int );
DDEESSCCRRIIPPTTIIOONN
       set_eval_limit(),  with a nonzero argument, sets the maxi-
       mum evaluation cost that is allowed  for  any  one  thread
       before  a  runtime error occurs.  With a zero argument, it
       sets the current evaluation counter to zero, and the maxi-
       mum  cost  is  returned.   set_eval_limit(-1)  returns the
       remaining evaluation cost.
SSEEEE AALLSSOO
       catch(3), error(3), throw(3), error_handler(4)
MudOS                       5 Sep 1994                          1