Re: how does value() return an atom??
- Posted by DerekParnell (admin) Mar 03, 2011
- 1644 views
Jerry_Story said...
DerekParnell said...
Sorry to be picky but are you saying that value("7") returns an atom/integer of 7?
Yup. But it's supposed to return a sequence.
I know its supposed to return a sequence.
Here is what I get ...
c:\temp>type bug.ex
include std/get.e
? value("7")
c:\temp>eui bug
{0,7}
c:\temp>
Which seems to saying that its working as expected.
Could it be that you are actually running a different value() function rather than the one in the standard library?

