Advertisement
Guest User

basic program

a guest
Oct 7th, 2017
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     **** COMMODORE 64 BASIC V2 ****
  2.  
  3.  64K RAM SYSTEM  38911 BASIC BYTES FREE
  4.  
  5. READY.
  6. 10 DEF FN DBL(X) = X + X
  7. 20 PRINT FN DBL(2)
  8. RUN
  9.  4
  10.  
  11. READY.
  12. 20 PRINT FN DBL(20)
  13. RUN
  14.  40
  15.  
  16. READY.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement