Creating a string with a backslash

edited December 2017 in Programming Questions

How do I create a string with a backslash, something like this

String hello = "/Hello world\"

but this doesn't work since its just for escape sequences

Answers

Sign In or Register to comment.