Re: how does value() return an atom??
- Posted by DerekParnell (admin) Mar 03, 2011
- 1501 views
Jerry_Story said...
DerekParnell said...
Jerry_Story said...
v = value(x)
value(x) is supposed to return a sequence, right?
So how is this error possible?
"type_check failure, v is 7"
For what value of x does value() return a 7?
puts(1, "hello ... " & x & "\n")
prints:
hello ... 7
Sorry to be picky but are you saying that value("7") returns an atom/integer of 7?