Posted By

ikfjwe on 10/14/08


Tagged

identifier


Versions (?)


Advertising

Submit Site


cons


Published in: Scheme 



Website Promotion
DIRECTORY
is a crucial factor for all websites that need to gain better organic search engine rankings and increase website traffic.
Submitting your website as part of your Web Promotion strategy to our SEO friendly and high traffic Business Directory for review is an excellent way to gain a valuable backlink and increase your websites visibility online.

Submit Site


cons is not destructive.

Expand | Embed | Plain Text
  1. (setq alist '(a b c))
  2. ;(a b c)
  3. (cons '1 alist)
  4. ;(1 a b c)
  5. (prin1 alist)
  6. ;(a b c)
  7.  
  8. (setq alist (cons '1 alist))
  9. (prin1 alist)
  10. ;(1 a b c)

Report this snippet 

You need to login to post a comment.

Download royalty free graphics