Advertisement
Guest User

Untitled

a guest
Jan 14th, 2013
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. :.TYPE
  2. :.THIS PROGRAM TYPES TO LOCATIONS SPECIFIED IN THE OUTPUT COMMANDS. CHANGE THESE TO CHANGE WHERE IT IS TYPING
  3. :0→A
  4. :Output(0,4)
  5. :Disp "Type Your Name:"
  6. :Output(0,5)
  7. :"WRMH"→GDB5
  8. :det(3)
  9. :"VQLG"
  10. :det(3)
  11. :"ZUPKFC"
  12. :det(1)
  13. :" YTOJEB"
  14. :det(2)
  15. :"XSNIDA"
  16. :"                "→GDB9
  17. :
  18. :Repeat B=54 and (A≠0
  19. :getKey→B
  20. :If B=56 and (A≠0
  21. :A-1→A
  22. :Output(A,5,' '►Frac)
  23. :Output(A,5)
  24. :End
  25. :If B=15
  26. :0→A
  27. :Output(0,5,GDB9)
  28. :Output(0,5)
  29. :End
  30. :.CHANGE THIS NUMBER IF YOU WANT THE MAX NUMBER OF CHARACTERS TO NOT BE 16
  31. :If A<16
  32. :If B>10 and (B<48)
  33. :If {B+GDB5-11}→C
  34. :Disp C►Frac
  35. :C→{A+{L1}}
  36. :A+1→A
  37. :End
  38. :End
  39. :End
  40. :End
  41. :0→{A+{L1}}
  42. :Output(0,0)
  43. :Disp {L1}
  44. :Repeat getKey=54
  45. :End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement