Question about printing output. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Question about printing output.

I'm reading an excellent book, doing my own notes, and working on this course. C# is really allowing me a nice grip on things. However, I noticed in this book, (Learning C# programming with Unity 3D) he is using a print method.. Example: void Start () { int myvariable = 7; print (myvariable); } This caused me to be a bit bothered as the only 'printing' I've known of is console.write or console.writeline. is this print, accepted, or built into the C# language? maybe he made his own function? I'm unsure, but it's been bothering me.

14th Oct 2016, 1:23 PM
Logan Gardner
Logan Gardner - avatar
1 Answer
+ 1
Actually with a bit more research I believe I managed to solve my confusion. Unity 3D accepts print ()
14th Oct 2016, 1:31 PM
Logan Gardner
Logan Gardner - avatar