I just recently starting learning C# in my Game Development class. I wanted to create a console program that includes a multitude of ASCII art. My current method of entering ASCII art in the code is:
One of my friends told me that it is possible to include multiple lines within one syntax and variable. However, he forgot how. Do any of you guys know how?
Question
Skulltrail
I just recently starting learning C# in my Game Development class. I wanted to create a console program that includes a multitude of ASCII art. My current method of entering ASCII art in the code is:
Console.WriteLine("XXXXXXXXXXXX"); Console.WriteLine("XXXXXXXXXXXXXXXXX")One of my friends told me that it is possible to include multiple lines within one syntax and variable. However, he forgot how. Do any of you guys know how?
Link to comment
Share on other sites
5 answers to this question
Recommended Posts