{
public static void main(string[] args)
{
String text;
System.out.print(" ;D I finally signed up. ");
text = TextIO.getlnString();
}
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
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
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
Lol Hi Sly :)
hi.
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, :(.
Why judge? Not like the function would work your way eaither because of brakets.
That's a minor issue, and easily rectified.
Quote from: [RealityRipple] on March 20, 2007, 05:07 PM
That's a minor issue, and easily rectified.
And tabs aren't?
I changed more than tabbing.
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.
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: 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, :(.
Hello sLy.
Hrm... to be honest his original statement looked like somewhat of a cross between vb .net and C#
It's Java.
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.
So thats why ;D