tisp

tiny lisp
git clone git://edryd.org/tisp
Log | Files | Refs | LICENSE

comments.tsp (104B)


      1 ; commment
      2 ; (+ 1 1)
      3 (+ 1 ; more comments
      4    1)
      5 
      6    ; white space too
      7   	  (+ 2 2)
      8 
      9 
     10 
     11 ; another comment