default.txt 612 B

12345678910111213141516171819202122
  1. #!/usr/bin/env csi
  2. (defun prompt-for-cd ()
  3. "Prompts
  4. for CD"
  5. (prompt-read "Title" 1.53 1 2/4 1.7 1.7e0 2.9E-4 +42 -7 #b001 #b001/100 #o777 #O777 #xabc55 #c(0 -5.6))
  6. (prompt-read "Artist" &rest)
  7. (or (parse-integer (prompt-read "Rating") :junk-allowed t) 0)
  8. (if x (format t "yes") (format t "no" nil) ;and here comment
  9. )
  10. ;; second line comment
  11. '(+ 1 2)
  12. (defvar *lines*) ; list of all lines
  13. (position-if-not #'sys::whitespacep line :start beg))
  14. (quote (privet 1 2 3))
  15. '(hello world)
  16. (* 5 7)
  17. (1 2 34 5)
  18. (:use "aaaa")
  19. (let ((x 10) (y 20))
  20. (print (+ x y))
  21. )