how does value() return an atom??
- Posted by Jerry_Story Mar 02, 2011
- 1541 views
v = value(x)
value(x) is supposed to return a sequence, right?
So how is this error possible?
"type_check failure, v is 7"
v = value(x)
value(x) is supposed to return a sequence, right?
So how is this error possible?
"type_check failure, v is 7"