Any reason why please?
TIA
--
Dave Pawson
XSLT XSL-FO FAQ.
Docbook FAQ.
http://www.dpawson.co.uk
On May 27, 2:16 pm, Dave Pawson <dave.paw...@gmail.com> wrote:
> http://richhickey.github.com/clojure/clojure.core-api.html
> Doesn't show the (var) function amongst it's 510 options.
>
> Any reason why please?
Because it's a special form: http://clojure.org/special_forms
Sincerely
Meikel
>> http://richhickey.github.com/clojure/clojure.core-api.html
>> Doesn't show the (var) function amongst it's 510 options.
>>
>> Any reason why please?
>
> Because it's a special form: http://clojure.org/special_forms
>
> Sincerely
> Meikel
Thanks. Another list to search.
510+17.
regards
On Thu, May 27, 2010 at 03:44:46PM +0100, Dave Pawson wrote:
> Thanks. Another list to search.
> 510+17.
No need to search. From a Repl session:
user=> (doc var)
-------------------------
var
Special Form
Please see http://clojure.org/special_forms#var
nil
Sincerely
Meikel
Succinct!
Tells me which page too.
Thanks Meikel