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

Re: Apple Events



>Does MCL 2.0 support Apple Events?  I don't see any reference to
>Apple Events in the documentation.
>
>(Note: I'm new to MCL, System 7, and comp.lang.lisp.mcl, so please
>forgive me if this question has an obvious answer.)
>
>Marie desJardins
>marie@erg.sri.com

Look in chapter 12 of the MCL reference.


Steven Dobbs
sdobbs@ai.uwf.edu
Institute For Human and Machine Cognition
University of West Florida
Pensacola, Florida

Instead of referring to pi as 3.141592653589793 at every appearance, the
variable PI can be given that value with a DATA statement and used instead
of the longer form of the constant.  This also simplifies modifying the
program, should the value of pi change. 
		-- FORTRAN manual for Xerox Computers