added CMS folder

This commit is contained in:
John Paul Wohlscheid
2025-03-31 19:00:48 -04:00
parent c04bc757d9
commit 33048897a7
17778 changed files with 586914 additions and 0 deletions

11
CMS/BP.CLOCK/CONV Normal file
View File

@@ -0,0 +1,11 @@
10 *
PRINT
PRINT "enter data ":
INPUT DATA
IF DATA='' THEN STOP
PRINT "enter conversion code ":
INPUT CONV
PRINT "FORMAT: ":DATA CONV
PRINT "ICONV : ":ICONV(DATA,CONV)
PRINT "OCONV : ":OCONV(DATA,CONV)
GO 10