Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
12
Task/Variables/Commodore-BASIC/variables-2.basic
Normal file
12
Task/Variables/Commodore-BASIC/variables-2.basic
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
10 print chr$(147);chr$(14);:ti$="0000000":rem see lines 420-460
|
||||
|
||||
430 t$=left$(ti$,2)+":"+mid$(ti$,3,2)+":"+mid$(ti$,5,2)+"."+right$(ti$,1)
|
||||
|
||||
5205 t$="":for d=1 to 7
|
||||
|
||||
5500 rem display live clock
|
||||
5505 print chr$(147):print:print "Press a key to continue."
|
||||
5510 t$=left$(ti$,2)+":"+mid$(ti$,3,2)+":"+mid$(ti$,5,2)+"."+right$(ti$,1)
|
||||
5515 print chr$(19);"Time: "t$
|
||||
5520 get k$:if k$="" then 5510
|
||||
5525 print chr$(147);:return
|
||||
Loading…
Add table
Add a link
Reference in a new issue