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

14th Feb 2020, 3:55 PM
Chromiii
Chromiii - avatar
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.
14th Feb 2020, 3:58 PM
Seb TheS
Seb TheS - avatar