| Bill Allombert on Mon, 14 Oct 2024 10:21:11 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| Re: question on code checking |
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.