Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

Does "a" represent all numbers between 1 and 10?

Asked by 8 years ago
a = {1,10}

1 answer

Log in to vote
2
Answered by 8 years ago

The simple answer is no. You have made a table. You created a table called "a" and you gave it 2 set properties. a is a table containing both 1 and 10, not 1 through 10

Ad

Answer this question