Guest User

Untitled

a guest
Oct 16th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. 10 OPEN : "COM 1 : 600, N, 7, 2, RS, CS, DS, CD" AS #2
  2. 20 A$ = "D"
  3. 30 PRINT #2, A$
  4. 40 IN $ = INPUT $ (14, #2)
  5. 50 PRINT IN $
  6. 60 CLOSE #2
  7. 70 END
  8.  
  9. Unexpected character on line on line 4
Add Comment
Please, Sign In to add comment