Advertisement
Guest User

Untitled

a guest
Jan 11th, 2020
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. (define (print)
  2. (system "ls"))
  3.  
  4. (define file (open-file "txxt" "w"))
  5.  
  6. ((print) file)
  7.  
  8. (close file)
  9.  
  10. ;; => ERROR: Wrong type to apply: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement