\/
var/list/keyword=list(3,3,3)
world/New()
..()
keyword+=("s")("s")("s")
how do these things work
ID:163373
Sep 3 2007, 12:56 pm (Edited on Sep 3 2007, 1:05 pm)
|
|
My pattetic attempt at MDLs
\/ var/list/keyword=list(3,3,3) how do these things work |
In response to Unknown Person
|
|
Thanks, *gulp*
|
In response to Tubutas
|
|
Tubutas wrote:
Thanks, *gulp* well forget that. @_@ i didnt understand a word -_- |
Essentially, multidimensional lists are lists inside of lists. I strongly suggest making sure you completely understand regular lists before tackling these ones.