is anything within single quotes is always treated as literal in print statement ?
anything in double quotes is treated as string with variables getting their values from the code ?
whats the difference between when an array elements are declared in single quotes, double quotes and without quotes ? I tried out all the ways and I get the same result.