Advertisement
Guest User

Untitled

a guest
Feb 5th, 2015
423
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 'PUT
  2. 'By Daniël Haazen
  3. '
  4. If C≤20
  5. Then If C≤10
  6. Then If C≤5
  7. Then C=0Locate A,B," "
  8. C=1Locate A,B,"A"
  9. C=2Locate A,B,"B"
  10. C=3Locate A,B,"C"
  11. C=4Locate A,B,"D"
  12. C=5Locate A,B,"E"
  13. Else C=6Locate A,B,"F"
  14. C=7Locate A,B,"G"
  15. C=8Locate A,B,"H"
  16. C=9Locate A,B,"I"
  17. C=10Locate A,B,"J"
  18. IfEnd
  19. Else If C≤15
  20. Then C=11Locate A,B,"K"
  21. C=12Locate A,B,"L"
  22. C=13Locate A,B,"M"
  23. C=14Locate A,B,"N"
  24. C=15Locate A,B,"O"
  25. Else C=16Locate A,B,"P"
  26. C=17Locate A,B,"Q"
  27. C=18Locate A,B,"R"
  28. C=19Locate A,B,"S"
  29. C=20Locate A,B,"T"
  30. IfEnd
  31. IfEnd
  32. Else If C≤30
  33. Then if C≤25
  34. Then C=21Locate A,B,"U"
  35. C=22Locate A,B,"V"
  36. C=23Locate A,B,"W"
  37. C=24Locate A,B,"X"
  38. C=25Locate A,B,"Y"
  39. Else Then C=26Locate A,B,"Z"
  40. C=27Locate A,B,"0"
  41. C=28Locate A,B,"1"
  42. C=29Locate A,B,"2"
  43. C=30Locate A,B,"3"
  44. IfEnd
  45. Else If C≤35
  46. Then C=31Locate A,B,"4"
  47. C=32Locate A,B,"5"
  48. C=33Locate A,B,"6"
  49. C=34Locate A,B,"7"
  50. Else C=35Locate A,B,"8"
  51. C=36Locate A,B,"9"
  52. C=37Locate A,B,"."
  53. C=38Locate A,B,","
  54. C=39Locate A,B,"/"
  55. C=40Locate A,B,"+"
  56. IfEnd
  57. IfEnd
  58. Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement