Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

new line console c#

//You can use "
" to jump to next line
//Example:
Console.WriteLine("Line #1 
 Line #2 


 Line #5");
Console.Write("Still on Line #5");
Console.WriteLine("Line #6");
 
PREVIOUS NEXT
Tagged: #line #console
ADD COMMENT
Topic
Name
4+2 =