Rev 8529 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8529 | Rev 13285 | ||
---|---|---|---|
Line 23... | Line 23... | ||
23 | /* This string tells m2 to exit. */ |
23 | /* This string tells m2 to exit. */ |
24 | char *quitstring="\nexit;\n"; |
24 | char *quitstring="\nexit;\n"; |
25 | /* The way to print a string in the program. */ |
25 | /* The way to print a string in the program. */ |
26 | char *stringprinter="print(\"%s\");\n"; |
26 | char *stringprinter="print(\"%s\");\n"; |
27 | /* This is m2 home page. To be kept up to date. */ |
27 | /* This is m2 home page. To be kept up to date. */ |
28 | #define homepage " |
28 | #define homepage "https://faculty.math.illinois.edu/Macaulay2/" |
29 | /* limit of input/output file sizes */ |
29 | /* limit of input/output file sizes */ |
30 | int fsizelim=131072; |
30 | int fsizelim=131072; |
31 | int precision=20; /* default */ |
31 | int precision=20; /* default */ |
32 | 32 | ||
33 | char *nameofcmd="M2"; |
33 | char *nameofcmd="M2"; |