Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. (DEFUN read()
  2. (SETQ l NIL)
  3. (LOOP
  4. (UNLESS (NULL l) (SETQ LST1 (LIST (READ l)(READ l)(READ l)(READ l)(READ l)(READ l)(READ l)(READ l)(READ l))
  5. LST2 (LIST (READ l)(READ l)(READ l)(READ l)(READ l)(READ l)(READ l)(READ l)(READ l))
  6. eb (LST1) em (LST2))
  7. (CLOSE l) (RETURN (aestrella LST1 LST2)))
  8. (SETQ l (OPEN filename :if-does-not-exist nil))))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement