6 lines
175 B
Text
6 lines
175 B
Text
> for i in indices( T, pairs ) do print( i) end:
|
|
"a" = 1
|
|
|
|
"b" = 2
|
|
|
|
("c", "d") = 3
|