Re: Comments in GP script
Bill Allombert <[email protected]>
| Newsgroups | gmane.comp.mathematics.pari.user |
|---|---|
| Message-ID | <Z46nXcrhsas7YLf0@seventeen> |
On Mon, Jan 20, 2025 at 08:06:34PM +0100, Beckert wrote: > Hello and sorry for the newbie question, > > exists the possibility to have comments in the GP script? You can use either \\ xxxxx or /* xxxxx */ > I didn't found it in the docu and also not in the examples. See section 2.13.2 and 2.13.3 in the user manual, page 60. The majority of the example files in the examples directory have comments. Cheers, Bill.