Terminal control/Positional read: Difference between revisions

m
→‎{{header|REXX}}: made the REXX program agree with the comments. -- ~~~~
(Added BBC BASIC)
m (→‎{{header|REXX}}: made the REXX program agree with the comments. -- ~~~~)
Line 120:
stuff=scrRead(row,col,howMany) /*this'll do it. */
 
other=scrRead(40,556,21) /*same thing, but for row forty. */</lang>
 
{{omit from|ACL2}}