______________________________________________________________________ Goldware Source Style Guide By Odinn Sorensen 14. November 1998 ______________________________________________________________________ Please learn from this example: === Cut === // ------------------------------------------------------------------ // This is an example function int function(char* d, char* s, int i, int j) { if(not(i==2 or j<5) xor (i>5 and j<32)) { switch(i) { case 1: printf("1\n"); break; default: printf("whatever\n"); } } else { for(int n=0; n