home *** CD-ROM | disk | FTP | other *** search
- /* date: */
- /* is used to add a line to the source code to indicate */
- /* that the source was changed and the date it was changed */
-
- parse arg comment
-
- options results
- 'status d'
- fms = result
- 'status f'
- fns = upper(result)
- fils = fms''fns
- do while comment = ''
- say 'Comment required'
- parse pull comment
- end
- if pos('.A68',fils) ~= 0
- then 'I ;'date('s') comment
- else 'I /*'date('s') comment'*/'
-
- 'MACRO 8 date' comment
-