Guest User

Untitled

a guest
Nov 20th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. (let [p1 (first my-line)
  2. p2 (second my-line)
  3. x1 (first p1)
  4. y1 (second p1)
  5. x2 (first p2)
  6. y2 (second p2)]
  7. (println "Line from (" x1 "," y1 ") to (" x2 ", " y2 ")"))
Add Comment
Please, Sign In to add comment