+ 1
Is the difference between "txt" and 'txt'?
2 Answers
+ 2
There is no difference in using singe or double quotations. Start and end quotations of a certain string has to be the same.
āhelloā + āworldā + ānow!ā
āhelloā -> OK
āworldā -> OK
ānowā -> NOT ok
0
No