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}