Terminal control/Positional read: Difference between revisions

Applesoft BASIC
(→‎{{header|REXX}}: added another "works with". -- ~~~~)
(Applesoft BASIC)
Line 44:
 
=={{header|BASIC}}==
 
==={{header|Applesoft BASIC}}===
<lang ApplesoftBasic> 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))</lang>
 
==={{header|Locomotive Basic}}===
413

edits