Open Bryukh opened 8 years ago
When I do list("string") I get [0, 1, 2, 3, 4, 5 , 6, score]. Not sure that is "score" but I see it with debug or say.
list("string")
[0, 1, 2, 3, 4, 5 , 6, score]
debug
say
Probably related to #69.
maybe, but "score" is weird.
When I do
list("string")
I get[0, 1, 2, 3, 4, 5 , 6, score]
. Not sure that is "score" but I see it withdebug
orsay
.