American Citizen on Mon, 14 Oct 2024 19:17:12 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: question on code checking |
Bill, thanks for that very helpful tip. On 10/14/24 01:21, Bill Allombert wrote:
On Sun, Oct 13, 2024 at 04:19:43PM -0700, American Citizen wrote:Hello all: I am using gp2c-run command to check my GP-Pari scripts for completeness. However if my module has read statements in it, where I refer to another pari package, how do I avoid this following warnings from being published?Use \r, not read, to read other files. This way, gp2c will find them. Cheers, Bill.