To see a table, simply use the GET or RES command.
nM> get table1
T: TABLE1 = Table of 3 entries
L: ONE = 1
L: TWO = 2
L: THREE = 3
nM> res table2
T: TABLE2 = Table of 3 entries
L: FOUR = 4
L: FIVE = 5
L: SIX = 6
To access an element of a table use the dot syntax.