Advertisement
TehVulpes

Untitled

Feb 28th, 2013
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. :1→P
  2. :
  3. :47→U
  4. :31→V
  5. :0→D
  6. :2→N
  7. :0→C
  8. :
  9. :Lbl 0
  10. :
  11. :Goto 1
  12. :Lbl 3
  13. :
  14. :If D=0
  15. :U+1→U
  16. :If D=1
  17. :V-1→V
  18. :If D=2
  19. :U-1→U
  20. :If D=3
  21. :V+1→VJ
  22. :
  23. :C+1→C
  24. :If C=N or C=N/2
  25. :Then
  26. ::D+1→D
  27. ::If D=4:0→D
  28. ::If C=N
  29. :Then
  30. :::0→C
  31. :::N+2→N
  32. ::End
  33. :End
  34. :
  35. :P+1→P
  36. :Goto 0
  37. :
  38. :
  39. :
  40. :Lbl 1
  41. :(P)→P
  42. :3→Q
  43. :1→I
  44. :
  45. :If ((P>2) and (fPart(P/2)=0)) or P=1
  46. :0→I
  47. :If ((V≥0) and (V≤62))
  48. :Pxl-Change(V,U)
  49. :
  50. :While ((Q≤R) and (I = 1))
  51. :If iPart(P/Q)=P/Q
  52. :0→I
  53. :
  54. :Q+2→Q
  55. :End
  56. :
  57. :If ((I=0) and (V≥0) and (V≤62))
  58. :Pxl-Change(V,U)
  59. :Goto 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement