Hello everyone, tell me how to make the console brought this: “Healthy”, i.e. with double quotes …. I tried:
console.write ("\" healthy "\");
But the second slash became black and the compiler cooked. How to fix?
Answer 1, Authority 100%
console.write (@ "" "healthy" "");
or
console.write ("\" health \ "");