Guest User

Untitled

a guest
Jul 16th, 2018
685
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
QBasic 0.15 KB | None | 0 0
  1. MAIN:
  2. GOTO INIT
  3.  
  4. INIT:
  5. CLS
  6. IF INKEY$ = "S" THEN STOP
  7. SCREEN 12
  8. FOR FORSINK = 0 TO 2500: NEXT FORSINK
  9. GOTO PRK
  10.  
  11. PRK:
  12. CIRCLE (320, 240), 5, 4
Add Comment
Please, Sign In to add comment