1 /* BEGIN INCLUDE FILE xforum_help_infos.incl.pl1 */ 2 3 4 /****^ HISTORY COMMENTS: 5 1) change(87-04-13,LJAdams), approve(87-07-24,MCR7684), 6 audit(87-07-24,Blair), install(87-08-06,MR12.1-1065): 7 Created. 8 END HISTORY COMMENTS */ 9 10 dcl (GETTING_STARTED_HELP char (27) init ("xforum_getting_started.info"), 11 PROMPT_HELP char (18) init ("xforum_prompt"), 12 FUNCTION_KEY_HELP char (25) init ("xforum_function_keys.info"), 13 MENU_OPTION_HELP char (23) init ("xforum_menu_option.info")) 14 internal static options (constant); 15 16 17 /* END INCLUDE FILE xforum_help_infos.incl.pl1 */