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
-
[color=66ff00]The auto comment generator: Commentator (//www.cenqua.com/commentator/)
[/color]
-
I will smack anyone caught using that ;)
-
:nervous:
-
:lol:
I will smack anyone caught using that as well. :p
-
I like that long one about Knuth. :D
-
*downloads*
-
I'm sooo tempted...
-
*Promotion running only for April 1.
:(
-
:lol:
-
#!/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