Author Topic: Indespensible tool for you coding guys. *cough*  (Read 1698 times)

0 Members and 1 Guest are viewing this topic.

Offline Martinus

  • Aka Maeglamor
  • 210
    • Hard Light Productions
Indespensible tool for you coding guys. *cough*
[color=66ff00]The auto comment generator: Commentator
[/color]

 

Offline Inquisitor

Indespensible tool for you coding guys. *cough*
I will smack anyone caught using that ;)
No signature.

 

Offline aldo_14

  • Gunnery Control
  • 213
Indespensible tool for you coding guys. *cough*
:nervous:

 

Offline Goober5000

  • HLP Loremaster
  • Moderator
  • 214
    • Goober5000 Productions
Indespensible tool for you coding guys. *cough*
:lol:

I will smack anyone caught using that as well. :p

 

Offline CP5670

  • Dr. Evil
  • Global Moderator
  • 212
Indespensible tool for you coding guys. *cough*
I like that long one about Knuth. :D

 

Offline phreak

  • Gun Phreak
  • 211
  • -1
Indespensible tool for you coding guys. *cough*
*downloads*
Offically approved by Ebola Virus Man :wtf:
phreakscp - gtalk
phreak317#7583 - discord

 

Offline WMCoolmon

  • Purveyor of space crack
  • 213
Indespensible tool for you coding guys. *cough*
I'm sooo tempted...
-C

 

Offline phreak

  • Gun Phreak
  • 211
  • -1
Indespensible tool for you coding guys. *cough*
Quote

*Promotion running only for April 1.


:(
Offically approved by Ebola Virus Man :wtf:
phreakscp - gtalk
phreak317#7583 - discord

 

Offline Grug

  • 211
  • From the ashes...
Indespensible tool for you coding guys. *cough*
:lol:

  
Indespensible tool for you coding guys. *cough*
#!/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