ID:1727311
 
Keywords: list, value
(See the best response by LordAndrew.)
Code:


Problem description:
Yes, I did - query, the topic, "Value List", in and under the BYOND requiment, search forum topic..

However, I found, nothing.

I was eluding about, the prohaps..
How do I get a return on a list value?
Such as, list length 10,
List having items within the contents,
Returning a value of a specific value, list length?
such as, the first item, or any list item within the list?

(And this was returning, a object value, within a list - as an object)
Best response
Do you mean something along the effect of...

var fruits[] = list("apple", "grape", "orange", "kiwi")
world << fruits[2] // grape