Guest User

Untitled

a guest
Aug 20th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #lang at-exp racket
  2.  
  3. (displayln "here's a string
  4. with line breaks
  5. in it.")
  6.  
  7. (displayln @~a{Here's an attempt
  8. at using the at-exp reader
  9. list list foo first})
Add Comment
Please, Sign In to add comment