2016 Update
This commit is contained in:
parent
948b86eafa
commit
dcf5d15da3
7965 changed files with 139854 additions and 31002 deletions
|
|
@ -1,2 +1,2 @@
|
|||
10 LOCATE 3,6
|
||||
20 a$=COPYCHR$(#0)
|
||||
10 DEF FN C(H) = SCRN( H - 1,(V - 1) * 2) + SCRN( H - 1,(V - 1) * 2 + 1) * 16
|
||||
20 LET V = 6:C$ = CHR$ ( FN C(3))
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
c$ = CHR$(SCREEN(6, 3))
|
||||
10 LOCATE 3,6
|
||||
20 a$=COPYCHR$(#0)
|
||||
|
|
|
|||
|
|
@ -1,3 +1 @@
|
|||
10 REM The top left corner is at position 0,0
|
||||
20 REM So we subtract one from the coordinates
|
||||
30 LET c$ = SCREEN$(5,2)
|
||||
c$ = CHR$(SCREEN(6, 3))
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
10 REM The top left corner is at position 0,0
|
||||
20 REM So we subtract one from the coordinates
|
||||
30 LET c$ = SCREEN$(5,2)
|
||||
Loading…
Add table
Add a link
Reference in a new issue