Advertisement
harraps

snowy days BF

Jan 13th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. PRINT "snowy days"
  2. ++++ ++++ 8*
  3. [
  4. >++++ ++++ ++++ 8*12 = 96 in c1
  5. >++++           8*4  = 32 in c2
  6. <<-]
  7.  
  8. we need to group characters that are close by
  9. we have 4 groups order in
  10. c2(SPACE) c3(ad) c4(wy) c5(no) c6(s)
  11.  
  12. > c1
  13. copy c1 in c3 c4 c5 c6
  14. [> jump c2
  15. >+>+>+>+
  16. <<< <<-]
  17.  
  18. ++++ 4* in c1
  19. [>> jump c2 c3
  20. >+++ +++
  21. >+++
  22. >+++ ++
  23. <<< <<-]
  24.  
  25. > jump c2
  26. >++++ 'd' in c3
  27. >-    'w' in c4
  28. >++   'n' in c5
  29. >-    's' in c6
  30.  
  31. we are in c6
  32. .<.+.<.++.<<.>.---.>.>>.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement