Valhalla Legends Forums Archive | /WHOAMI -- Introductions | public class sLy[nK]

AuthorMessageTime
sLy[nK]
{
public static void main(string[] args)
{
String text;
System.out.print("  ;D I finally signed up.  ");
text = TextIO.getlnString();
}
March 20, 2007, 12:44 AM
Barabajagal
[code]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[/code]
March 20, 2007, 1:19 AM
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
March 20, 2007, 4:40 AM
Barabajagal
Ew... dude. Learn to use VB Better. That should look more like this:
[code]Private Sub sLy[nK]()
If Signed.Up Then
  Msgbox "You're cool!"
Else
  MsgBox "Gtfo!"
End If
End Sub[/code]
March 20, 2007, 4:44 AM
Hell-Lord
Lol Hi Sly :)
March 20, 2007, 5:50 AM
SNiFFeR
hi.
March 20, 2007, 7:35 AM
Sixen
[quote author=[RealityRipple] link=topic=16508.msg166910#msg166910 date=1174365843]
Ew... dude. Learn to use VB Better. That should look more like this:
[code]Private Sub sLy[nK]()
If Signed.Up Then
  Msgbox "You're cool!"
Else
  MsgBox "Gtfo!"
End If
End Sub[/code]
[/quote]

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, :(.
March 20, 2007, 5:24 PM
MyStiCaL
Why judge? Not like the function would work your way eaither because of brakets.
March 20, 2007, 9:59 PM
Barabajagal
That's a minor issue, and easily rectified.
March 20, 2007, 10:07 PM
Spht
[quote author=[RealityRipple] link=topic=16508.msg166926#msg166926 date=1174428426]
That's a minor issue, and easily rectified.
[/quote]

And tabs aren't?
March 20, 2007, 10:49 PM
Barabajagal
I changed more than tabbing.
March 20, 2007, 10:53 PM
Sixen
[quote author=MyStiCaL link=topic=16508.msg166924#msg166924 date=1174427961]
Why judge? Not like the function would work your way eaither because of brakets.
[/quote]

Very true, :P.

[quote author=Spht link=topic=16508.msg166927#msg166927 date=1174430957]
[quote author=[RealityRipple] link=topic=16508.msg166926#msg166926 date=1174428426]
That's a minor issue, and easily rectified.
[/quote]

And tabs aren't?
[/quote]

Agreed.
March 21, 2007, 6:07 AM
JoeTheOdd
[code]using System.IO;

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

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

[code]' clsSlyNk

Private VLRegistration as ForumRegistrationEnum

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

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

Damn, bed time (3AM). Peace!
March 21, 2007, 7:57 AM
Sixen
[quote author=Joe[x86] link=topic=16508.msg166957#msg166957 date=1174463868]
[code]using System.IO;

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

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

[code]' clsSlyNk

Private VLRegistration as ForumRegistrationEnum

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

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

Damn, bed time (3AM). Peace!
[/quote]

I like mine better, :(.
March 22, 2007, 2:41 AM
anthrax
Hello sLy.
March 22, 2007, 7:43 AM
BreW
Hrm... to be honest his original statement looked like somewhat of a cross between vb .net and C#
March 22, 2007, 7:14 PM
Explicit[nK]
It's Java.
March 23, 2007, 12:34 AM
JoeTheOdd
[quote author=brew link=topic=16508.msg167044#msg167044 date=1174590846]
Hrm... to be honest his original statement looked like somewhat of a cross between vb .net and C#
[/quote]

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

[quote author=Explicit[nK] link=topic=16508.msg167066#msg167066 date=1174610053]
It's Java.
[/quote]

Bingo.
March 23, 2007, 4:28 AM
BreW
So thats why  ;D
March 30, 2007, 7:06 PM

Search