Page 1 of 1

User Manual and Reference v.10.2.8 rev-20.

Posted: Sun Nov 14, 2010 8:26 am
by johu
Hello,

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


Examples of term :
(set 'ACTX:var 123)
(set 'sm 'ACTX:var)
(string sm) → "ACTX:var"
(term 'sm) → "var"
But, actually :

Code: Select all

> (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

Re: User Manual and Reference v.10.2.8 rev-20.

Posted: Sun Nov 14, 2010 10:46 am
by Lutz
Thanks, the last correction was not necessary. But here with corrected "quoted" version 21:

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

Re: User Manual and Reference v.10.2.8 rev-20.

Posted: Mon Nov 15, 2010 11:59 am
by johu
Thanks,

And I also have corrected mistakes of Japanese translation part.

http://cid-23a9a25e1aec3626.office.live ... -10208.zip

Re: User Manual and Reference v.10.2.8 rev-20.

Posted: Mon Nov 15, 2010 12:12 pm
by Lutz