added CMS folder
This commit is contained in:
11
CMS/BP.CLOCK/CONV
Normal file
11
CMS/BP.CLOCK/CONV
Normal 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
|
||||
Reference in New Issue
Block a user