; file name : RM_header
; cmhg file for RM_date  - comments start with ";"

; this appears when you type "*help RM_date_module"
help-string: dec's_date_RMA 0.90

; this appears in the *modules list
title-string: RM_date_module

; this is the startup function
initialisation-code: RM_date_init

; this tells cmhg we have rerunnable code
module-is-runnable:

; this is the function in the program which processes * commands
command-keyword-table: RM_date_cmd

; this is the star command list
RM_print_date(min-args:1, max-args:1,
       help-text: "Syntax RM_print_date 'format string' (see PRM)")

