mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-24 15:51:41 +03:00
Merge pull request #590 from jorams/cl-intro-typo
[common-lisp/en] Fix typo in Common Lisp introduction.
This commit is contained in:
commit
9b1f4f1cb3
@ -8,7 +8,7 @@ contributors:
|
||||
|
||||
ANSI Common Lisp is a general purpose, multi-paradigm programming
|
||||
language suited for a wide variety of industry applications. It is
|
||||
frequently referred to a programmable programming language.
|
||||
frequently referred to as a programmable programming language.
|
||||
|
||||
The classic starting point is [Practical Common Lisp and freely available.](http://www.gigamonkeys.com/book/)
|
||||
|
||||
@ -140,7 +140,7 @@ nil ; for false - and the empty list
|
||||
;; 2. Variables
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; You can create a global (dynamically scoped) using defparameter
|
||||
;; a variable name can use any character except: ()[]{}",'`;#|\
|
||||
;; a variable name can use any character except: ()",'`;#|\
|
||||
|
||||
;; Dynamically scoped variables should have earmuffs in their name!
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user