LiteralString
DRAFT

Incorrect

When passing a literal string as argument to a method, no quotes are needed

Correct

String literals always must be surrounded by quotes

Correction
Here is what's right.

String literals always need to be written inside double quotes: print("Hello").

Stay up-to-date

Follow us on  twitter to hear about new misconceptions.