what is this :
if ident in variable and variable[ident][0] == 's': s = variable[ident][1]
do i understand this or i am totally wrong
1. ident is string ? but how can be index if is index?
2. variable is string array ? OR is List ?
3.index base is 0 ..right ?
OMG freak-show
if ident in variable and variable[ident][0] == 's': s = variable[ident][1]
do i understand this or i am totally wrong
1. ident is string ? but how can be index if is index?
2. variable is string array ? OR is List ?
3.index base is 0 ..right ?
OMG freak-show