Hosting and domain costs until October 2024 have been generously sponsored by dumptruck_ds. Thank you!

Difference between revisions of "QuakeC Comments"

From Quake Wiki

(New page: == Comments == // followed by comments, until the next line. enclose a block comments: Those comments are the same as in C++ (and many C languages).)
 
(No difference)

Latest revision as of 16:05, 8 May 2008

Comments[edit]

 // followed by comments, until the next line.
 /* enclose a block comments */ 

Those comments are the same as in C++ (and many C languages).