User Manual and Reference v.10.2.8 rev-20.

Started by johu, November 14, 2010, 12:26:45 AM

Previous topic - Next topic

johu

Hello,



In User Manual and Reference v.10.2.8 rev-20.





http://www.newlisp.org/downloads/newlisp_manual.html#term">Examples of term :
Quote(set 'ACTX:var 123)

(set 'sm 'ACTX:var)

(string sm)     → "ACTX:var"

(term 'sm)      → "var"

But, actually :


> (set 'ACTX:var 123)
123
> (set 'sm 'ACTX:var)
ACTX:var
> (string sm)
"ACTX:var"
> (term 'sm)
"sm"
> (term sm)
"var"
> (term 'ACTX:var)
"var"
>


I use newLISP v10.2.16.



Is it true ?



P.S.

; the code to be evaluated is given in a qoted expression

; the code to be evaluated is given in a quoted expression

Lutz

#1
Thanks, the last correction was not necessary. But here with corrected "quoted" version 21:



http://www.newlisp.org/downloads/newlisp_manual.html">http://www.newlisp.org/downloads/newlisp_manual.html

johu

#2
Thanks,



And I also have corrected mistakes of Japanese translation part.



http://cid-23a9a25e1aec3626.office.live.com/self.aspx/.Public/newlisp%5E_manual-10208.zip">//http://cid-23a9a25e1aec3626.office.live.com/self.aspx/.Public/newlisp%5E_manual-10208.zip

Lutz

#3
Thanks Johu, now online:



http://www.newlisp.org/newlisp_manual-10208-jp.html">http://www.newlisp.org/newlisp_manual-10208-jp.html