0
What are the qutes with the numbers for?
What are the qutes with the numbers for? Im new to programming and i dont rly get it
1 Answer
+ 3
The quoted text is a string, a text object. Strings are handled as text, so e.g. "4" + 2" gives different result than 4 + 2.