Advertisement
flyingfisch

Casio-BASIC

May 31st, 2012
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. Casio-BASIC
  2.  
  3.  
  4. <number> -> A
  5.  
  6. If A < 10 and A > -1
  7. Then Locate 1, 1, "0"
  8. Locate 2, 1, A
  9. Else Locate 1, 1, A
  10. IfEnd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement