Page 1 of 1

small error in docs

Posted: Tue Jan 20, 2009 12:48 am
by mostlywrong
In http://www.newlisp.org/CodePatterns.html


Many built-in functions when returning a list or array or an element belonging to a list or array referenced by a symbol, return a reference to the list – not a copy. This can be used to nest buil-in functions when modifying a list:
^
a dropped T in that paragraph just above the: section.

7. Program flow