Rev 3901 | Rev 7674 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3901 | Rev 4326 | ||
---|---|---|---|
Line 27... | Line 27... | ||
27 | /* This string tells octave to exit. */ |
27 | /* This string tells octave to exit. */ |
28 | #define quitstring "\nquit\n" |
28 | #define quitstring "\nquit\n" |
29 | /* The way to print a string in the program. */ |
29 | /* The way to print a string in the program. */ |
30 | #define stringprinter "\"%s\"\n" |
30 | #define stringprinter "\"%s\"\n" |
31 | /* This is octave home page. To be kept up to date. */ |
31 | /* This is octave home page. To be kept up to date. */ |
32 | #define homepage "http://www. |
32 | #define homepage "http://www.gnu.org/software/octave/" |
33 | /* String to search for answers */ |
33 | /* String to search for answers */ |
34 | char ans_str[]="ans ="; |
34 | char ans_str[]="ans ="; |
35 | 35 | ||
36 | char *nameofcmd="octave -Hf --no-line-editing"; |
36 | char *nameofcmd="octave -Hf --no-line-editing"; |
37 | int precision=9; |
37 | int precision=9; |