Monday, September 1, 2014

println tip

When needing to format a single println statement, using a backwards slash to instruct the compiler to format it.

\t = tab
\n = new line
\" = quotation mark
\\ = backslash

No comments:

Post a Comment