YOUREWINNER.COM
 
   

[bloodance]
 
JAVIKS
#16 20-12-2012, 13:26:36 PM
  • Global Moderator
  • *****
    *****
    *****
    *****
    *****
    *
  • Posts: 7035
  • Rigcoins: 366522.57
  • Send Money to JAVIKS
    Thumb Up
  • Coors Light FanTAG TEAM CHAMPDad+
  • "cats are like potato chips"
i can read code easy no problem, if you can't read

Code: [Select]
public class Titties {
   public static void main(String[] args) {
      System.out.println("Back Dat azz up");
   }
}
i feel bad for you


JAVIKS
X23
#17 20-12-2012, 16:20:32 PM
i can read code easy no problem, if you can't read

Code: [Select]
public class Titties {
   public static void main(String[] args) {
      System.out.println("Back Dat azz up");
   }
}
i feel bad for you
That's the best code I've ever seen


x33
Rigism88
#18 21-12-2012, 10:42:08 AM
i can read code easy no problem, if you can't read

Code: [Select]
public class Titties {
   public static void main(String[] args) {
      System.out.println("Back Dat azz up");
   }
}
i feel bad for you
That's the best code I've ever seen

that looks like code thunder would write


Pwning LOSERS since 2003.
Dissident
#19 21-12-2012, 11:46:21 AM
  • the ultimate, the muffin man
  • Administrator
  • *****
    *****
    *****
    *****
    *****
    *****
  • Posts: 17629
  • Rigcoins: 99832923.19
  • Send Money to Dissident
    Thumb Up
  • weeaboosexual orientation uncleardissident b shirt+
  • "smash the patriarchy"
no because the ass isn't specified as blue and being christopher walken's




Dissident International Anti-Furry Organization
Svetlana
#20 21-12-2012, 17:11:01 PM
also darkbasic doesn't have classes

or uses brackets


lana_chan my name is erin
Thunder
#21 21-12-2012, 18:01:56 PM
Here's the closest DarkBASIC translation I can come up with:

Code: [Select]
gosub Titties
end

Titties:
    print "Back Christopher Walken's blue azz up"
return


yourethunder
Rigism88
#22 21-12-2012, 18:08:40 PM
Here's the closest DarkBASIC translation I can come up with:

Code: [Select]
gosub Titties
end

Titties:
    print "Back Christopher Walken's blue azz up"
return

marvelous  :stamp:


Pwning LOSERS since 2003.
DZ
#23 21-12-2012, 18:26:49 PM
  • grrrraaaaaaagggh
  • Global Moderator
  • *****
    *****
  • Posts: 7622
  • Rigcoins: 71.40
  • Send Money to DZ
    Thumb Up
  • zaps dicksNot Active EnoughActive members+
  • "i am a trailer park hooker"
assflo


DZ987
X23
#24 21-12-2012, 18:45:11 PM
wow dark basic seems poo pooty than again all I know right now is Java and some Javascript


x33
Svetlana
#25 21-12-2012, 20:24:33 PM
jesus chrst even quickbasic lets you have proper subroutines

Code: [Select]
sub Titties
  print "Back Dat azz up"
end sub

gosub is for commodore 64s


lana_chan my name is erin
X23
#26 21-12-2012, 20:41:41 PM
go sub my dick thats what im sayin lmao thunder = owned


x33
Thunder
#27 21-12-2012, 20:56:16 PM
- Last Edit: 21-12-2012, 20:59:33 PM
jesus chrst even quickbasic lets you have proper subroutines

Code: [Select]
sub Titties
  print "Back Dat azz up"
end sub

gosub is for commodore 64s

Yeah, but you can't beat DarkBASIC's awesome variable scoping with subroutines. You can have multi-nested recursive subroutines with variables out the ass and no problems. If you want to be all "strict" and conservative, DarkBASIC has "function" functionality that also doubles as subroutine functionality. For example:

Code: [Select]
Titties()
end

function Titties()
    print "Back Christopher Walken's blue azz up"
endfunction

In C, that would be like:

Code: [Select]
#include <stdio.h>

void main(){
    Titties();
}

void Titties(){
    printf("Back Christopher Walken's blue azz up\n");
}


yourethunder
#28 21-12-2012, 21:25:15 PM
  • Guest
I'm not impressed with your hello world I fetching made spears


Thunder
#29 21-12-2012, 21:41:47 PM
I'm not impressed with your hello world I unicorning made spears

And you're such a great coder too. Who's your avatar, the invisible man?


yourethunder
#30 21-12-2012, 21:58:01 PM
  • Guest
I'm not impressed with your hello world I unicorning made spears

And you're such a great coder too. Who's your avatar, the invisible man?

That's exactly who it is.
Has nothing to do with my code                 


0 Members and 1 Guest are viewing this topic.