Valhalla Legends Archive

General => /WHOAMI -- Introductions => Topic started by: sLy[nK] on March 19, 2007, 07:44 PM

Title: public class sLy[nK]
Post by: sLy[nK] on March 19, 2007, 07:44 PM
{
public static void main(string[] args)
{
String text;
System.out.print("  ;D I finally signed up.   ");
text = TextIO.getlnString();
}
Title: Re: public class sLy[nK]
Post by: Barabajagal on March 19, 2007, 08:19 PM
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
Title: Re: public class sLy[nK]
Post by: Sixen on March 19, 2007, 11:40 PM
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
Title: Re: public class sLy[nK]
Post by: Barabajagal 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
Title: Re: public class sLy[nK]
Post by: Hell-Lord on March 20, 2007, 12:50 AM
Lol Hi Sly :)
Title: Re: public class sLy[nK]
Post by: SNiFFeR on March 20, 2007, 02:35 AM
hi.
Title: Re: public class sLy[nK]
Post by: Sixen on March 20, 2007, 12:24 PM
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, :(.
Title: Re: public class sLy[nK]
Post by: Mystical on March 20, 2007, 04:59 PM
Why judge? Not like the function would work your way eaither because of brakets.
Title: Re: public class sLy[nK]
Post by: Barabajagal on March 20, 2007, 05:07 PM
That's a minor issue, and easily rectified.
Title: Re: public class sLy[nK]
Post by: 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?
Title: Re: public class sLy[nK]
Post by: Barabajagal on March 20, 2007, 05:53 PM
I changed more than tabbing.
Title: Re: public class sLy[nK]
Post by: Sixen on March 21, 2007, 01:07 AM
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.
Title: Re: public class sLy[nK]
Post by: Joe[x86] on March 21, 2007, 02:57 AM
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!
Title: Re: public class sLy[nK]
Post by: Sixen on March 21, 2007, 09:41 PM
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, :(.
Title: Re: public class sLy[nK]
Post by: anthrax on March 22, 2007, 02:43 AM
Hello sLy.
Title: Re: public class sLy[nK]
Post by: brew on March 22, 2007, 02:14 PM
Hrm... to be honest his original statement looked like somewhat of a cross between vb .net and C#
Title: Re: public class sLy[nK]
Post by: Explicit on March 22, 2007, 07:34 PM
It's Java.
Title: Re: public class sLy[nK]
Post by: Joe[x86] on March 22, 2007, 11:28 PM
Quote from: brew on March 22, 2007, 02:14 PM
Hrm... to be honest his original statement looked like somewhat of a cross between vb .net and C#

I see no VB. Or .NET. Or C#.

Quote from: Explicit[nK] on March 22, 2007, 07:34 PM
It's Java.

Bingo.
Title: Re: public class sLy[nK]
Post by: brew on March 30, 2007, 02:06 PM
So thats why  ;D