Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: Martinus on August 01, 2005, 01:23:53 pm

Title: Indespensible tool for you coding guys. *cough*
Post by: Martinus on August 01, 2005, 01:23:53 pm
[color=66ff00]The auto comment generator: Commentator (//www.cenqua.com/commentator/)
[/color]
Title: Indespensible tool for you coding guys. *cough*
Post by: Inquisitor on August 01, 2005, 02:55:59 pm
I will smack anyone caught using that ;)
Title: Indespensible tool for you coding guys. *cough*
Post by: aldo_14 on August 01, 2005, 03:17:10 pm
:nervous:
Title: Indespensible tool for you coding guys. *cough*
Post by: Goober5000 on August 01, 2005, 03:39:29 pm
:lol:

I will smack anyone caught using that as well. :p
Title: Indespensible tool for you coding guys. *cough*
Post by: CP5670 on August 01, 2005, 04:21:15 pm
I like that long one about Knuth. :D
Title: Indespensible tool for you coding guys. *cough*
Post by: phreak on August 01, 2005, 04:59:28 pm
*downloads*
Title: Indespensible tool for you coding guys. *cough*
Post by: WMCoolmon on August 01, 2005, 08:42:23 pm
I'm sooo tempted...
Title: Indespensible tool for you coding guys. *cough*
Post by: phreak on August 01, 2005, 09:32:10 pm
Quote

*Promotion running only for April 1.


:(
Title: Indespensible tool for you coding guys. *cough*
Post by: Grug on August 02, 2005, 01:26:14 am
:lol:
Title: Indespensible tool for you coding guys. *cough*
Post by: mrduckman on August 03, 2005, 02:49:20 pm
#!/usr/bin/perl -w

# this is a for loop
for $it (@towork) {
  # this calls the function
  forget($it);
}

# this is a function
sub forget ($a) {
  #this prints a scalar
  print "Comment this! $a\n";
}

You sure you want an autocomment thing? :D