tldm-universe/CMS/BP.CLOCK/MSD.HDG

10 lines
145 B
Plaintext
Raw Normal View History

2024-09-10 19:25:06 +00:00
SUBROUTINE MSD.HDG(HDG)
*
$INCLUDE GEN.COMMON
*
CRT CS
CRT @(0,0):CL:RV:STR(' ',80):ERV:
HDL=(80 - LEN(HDG)) / 2
CRT @(HDL,0):RV:HDG:ERV:
RETURN