Bill Allombert on Thu, 8 May 2003 23:01:28 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Priority of variables |
On Wed, May 07, 2003 at 02:37:24PM +0100, Cherry Kearton wrote: > How can I tell which of two variables has higher priority in GP? priority is assigned in the order the variable are introduced in GP, x being always first. To avoid problems, issue something like x;y;z;t at the start of your session, to ensure x<y<z<t hold. Cheers, Bill.