Built-in Constants
System.Environment.NewLine
Common Escape Sequences
\' | single quote - needed for character literals |
\" | double quote - used to print a double quote character, needed for string literals |
\\ | backslash - used to print a backslash character |
\n | newline - position the cursor at the beginning of the next line |
\t | horizontal tab - move the cursor to the next tab stop |
\r | carriage return - positions the cursor at the beginning of the current line |
\v | vertical quote |
\a | Alert |
\b | Backspace |
\f | form feed |
© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext