Ernest,

Would it be possible to include a deffunction for println/print in the
scriptlib.clp like so:

(deffunction println (?msg)
   (printout t ?msg crlf)
)

and possibly:

(deffunction print (?msg)
   (printout t ?msg)
)

It would be handy to always have these available. Granted, it clutters
things up a bit but I always find myself tripping up over printout when
moving back and forth between jess and java (ie. System.out.println())...

Thanks!

alan

--------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the list
(use your own address!) List problems? Notify [EMAIL PROTECTED]
--------------------------------------------------------------------

Reply via email to