1
2
3
4
5
6
7
8
9
10 dcl (BREAK_PROMPT char (34) init ("Press BREAK to return to the menu."),
11 COMMENTS_PROMPT char (40) init ("Which comment(s) do you wish to select? "),
12 COMMENT_PROMPT char (37) init ("Which comment do you wish to select? "),
13 FILE_PROMPT char (28) init ("Enter the name of the file: "),
14 FIRST_PROMPT char (80) init ("Enter the command and press RETURN (to return to Xforum just press RETURN):"),
15 RETURN_PROMPT char (46) init (" Press <RETURN> to continue"),
16 TEXT_PROMPT char (31) init ("Enter text to be searched for: "))
17 internal static options (constant);
18
19
20