Skip to content
This repository has been archived by the owner on Mar 7, 2018. It is now read-only.

Commit

Permalink
Cleaned up README two bits.
Browse files Browse the repository at this point in the history
  • Loading branch information
orivej committed Mar 2, 2012
1 parent 6404b8f commit 4e14d0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.org
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ ones. Some forms ignore =NIL= variables (see their documentation).
#+END_SRC #+END_SRC


- =((&array-elements (variable subscript*)*) value)=, also - =((&array-elements (variable subscript*)*) value)=, also
=&array-elements= :: Array elements with given subscripts are =&array-elements-r/o= :: Array elements with given subscripts are
assigned to the variables. Example: assigned to the variables. Example:
#+BEGIN_SRC lisp #+BEGIN_SRC lisp
(let+ (((&array-elements (a 0 1) (let+ (((&array-elements (a 0 1)
Expand All @@ -139,7 +139,7 @@ ones. Some forms ignore =NIL= variables (see their documentation).
(add2 5)) ; => 7 (add2 5)) ; => 7
#+END_SRC #+END_SRC


- =((&plist (variable key [default])*) =, also =&plist-r/o= :: Access - =((&plist (variable key [default])*)=, also =&plist-r/o= :: Access
to property lists. When =key= is =NIL=, =variable= is used to property lists. When =key= is =NIL=, =variable= is used
instead, and =default= is used if the element does not exist in instead, and =default= is used if the element does not exist in
the value (note that default may be evaluated multiple times when the value (note that default may be evaluated multiple times when
Expand Down

0 comments on commit 4e14d0d

Please sign in to comment.