View Single Post
Re: Do NOT use CODE tag for posting source code
Old
  (#7)
Pierre-Marie Baty
Roi de France
 
Pierre-Marie Baty's Avatar
 
Status: Offline
Posts: 5,049
Join Date: Nov 2003
Location: 46°43'60N 0°43'0W 0.187A
Default Re: Do NOT use CODE tag for posting source code - 08-01-2004

even with neat colors, ladies ?
Code:
// hello, I'm a comment
#include <stuff.h> /* is the include blue ? */
 
float main (beer_t bHeineken)
{
   printf ("burp\n"); // strings should be red, somehow
 
   return; // and God said: Thou Shall Be Blue.
}
 
/*
 * so who's the boss, stupid PHP?
 */



RACC home - Bots-United: beer, babies & bots (especially the latter)
"Learn to think by yourself, else others will do it for you."
  
Reply With Quote