Guest User

Untitled

a guest
Apr 23rd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. (define (batch-rotate-zoom infile)
  2. (let* (count 0)
  3. (while (= count 1000)
  4. (set! count (+ count 1)))))
Add Comment
Please, Sign In to add comment