Draw a clock: Difference between revisions

m
(Added uBasic/4tH version)
Line 723:
For y = 5 To 0 Step -1 ' get all digit columns
Print Show(FUNC(_Figure(d/(10^y), x)));
PrintIf Show(Iif (y*(y%2 = 0), Then If y Then Print Show(FUNC(_Figure(10, x)),""));
d = d%(10^y) ' get next digit column
Next : Print ' next column, terminate row
374

edits