1# Define b as int, and try to use it as a table: error 2[a] 3b = 1 4 5[a.b] 6c = 2
View as plain text