•
|
•
|
•
|
use the List function
|
•
|
Use the List() function or curly braces to create a list that includes numbers and variables:
x = List(1, 2, b);
x = {1, 2, b};
{"Red", "Green", "Blue", {1, "true"}, sqrt( 2 )};
x = {a = 1, b = 2};