Hello,
In User Manual and Reference v.10.2.8 rev-20.
Examples of term : (//http)
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
Thanks, the last correction was not necessary. But here with corrected "quoted" version 21:
http://www.newlisp.org/downloads/newlisp_manual.html
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
Thanks Johu, now online:
http://www.newlisp.org/newlisp_manual-10208-jp.html