fromliteral()

Pavel Curtis (pavel@parc.xerox.com)
Wed, 13 Mar 1996 15:22:52 PST


Kipp the Kidd writes:
> At 03:42 PM 3/13/96 PST, slayer@kaiwan.com wrote:
> >I tried that and got this:
> >;$no_one:eval_d(toliteral("{1,2,3}"))[2]
> >=> "{1,2,3}"
> 
> ;$no_one:eval_d("{1,2,3}")[2]
> => "{1,2,3}"

Actually:

	;$no_one:eval_d("{1,2,3}")[2]
	=> {1, 2, 3}