• Welcome to Valhalla Legends Archive.
 

public class sLy[nK]

Started by sLy[nK], March 19, 2007, 07:44 PM

Previous topic - Next topic

sLy[nK]

{
public static void main(string[] args)
{
String text;
System.out.print("  ;D I finally signed up.   ");
text = TextIO.getlnString();
}

Barabajagal

57 65 6C 63 6F 6D 65 20 74 6F 20 74 68 65 20 66
6F 72 75 6D 73 20 61 73 20 61 20 6D 65 6D 62 65
72 2E 20 50 6C 65 61 73 65 20 65 6E 6A 6F 79 20
79 6F 75 72 20 73 74 61 79 2E

Sixen

Private Sub sLy[nK]()
If Signed.Up = True Then
MsgBox("You're cool!")
End If
If Signed.Up = False Then
MsgBox("Gtfo!")
Unload Me
End If
End Sub
Blizzard Tech Support/Op W@R - FallenArms
The Chat Gem Lives!
http://www.diablofans.com
http://www.sixen.org

Barabajagal

Ew... dude. Learn to use VB Better. That should look more like this:
Private Sub sLy[nK]()
If Signed.Up Then
  Msgbox "You're cool!"
Else
  MsgBox "Gtfo!"
End If
End Sub

Hell-Lord


SNiFFeR


Sixen

Quote from: [RealityRipple] on March 19, 2007, 11:44 PM
Ew... dude. Learn to use VB Better. That should look more like this:
Private Sub sLy[nK]()
If Signed.Up Then
  Msgbox "You're cool!"
Else
  MsgBox "Gtfo!"
End If
End Sub


I was going to space it out but I chose not to, just because it would've taken more time that I could've used playing WoW or DotA on War3, :(.
Blizzard Tech Support/Op W@R - FallenArms
The Chat Gem Lives!
http://www.diablofans.com
http://www.sixen.org

Mystical

Why judge? Not like the function would work your way eaither because of brakets.

Barabajagal

That's a minor issue, and easily rectified.

Spht


Barabajagal

I changed more than tabbing.

Sixen

Quote from: MyStiCaL on March 20, 2007, 04:59 PM
Why judge? Not like the function would work your way eaither because of brakets.

Very true, :P.

Quote from: Spht on March 20, 2007, 05:49 PM
Quote from: [RealityRipple] on March 20, 2007, 05:07 PM
That's a minor issue, and easily rectified.

And tabs aren't?

Agreed.
Blizzard Tech Support/Op W@R - FallenArms
The Chat Gem Lives!
http://www.diablofans.com
http://www.sixen.org

Joe[x86]

using System.IO;

namespace Life
{
    class Reality
    {
        static void Main(string args[])
        {
            Console.WriteLine("Dear God you all suck at coding!");
        }
    }
}


And for the record, it'd be more like this.

' clsSlyNk

Private VLRegistration as ForumRegistrationEnum

Public Function IsCool() as Boolean
    If VLRegistration.REGISTERED Then
        IsCool = True
    Else
        IsCool = False
    End If
End Function


But since he said "public class sLy[nK]" hinting at either C[++] or Java..

Damn, bed time (3AM). Peace!
Quote from: brew on April 25, 2007, 07:33 PM
that made me feel like a total idiot. this entire thing was useless.

Sixen

Quote from: Joex86] link=topic=16508.msg166957#msg166957 date=1174463868]
using System.IO;

namespace Life
{
    class Reality
    {
        static void Main(string args[])
        {
            Console.WriteLine("Dear God you all suck at coding!");
        }
    }
}


And for the record, it'd be more like this.

' clsSlyNk

Private VLRegistration as ForumRegistrationEnum

Public Function IsCool() as Boolean
    If VLRegistration.REGISTERED Then
        IsCool = True
    Else
        IsCool = False
    End If
End Function


But since he said "public class sLy[nK]" hinting at either C[++] or Java..

Damn, bed time (3AM). Peace!

I like mine better, :(.
Blizzard Tech Support/Op W@R - FallenArms
The Chat Gem Lives!
http://www.diablofans.com
http://www.sixen.org

anthrax