Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Syntax Chat


gizmo1
 Share

Recommended Posts

IDK i thought of a nice game to play, here is what you do: you can reply here and talk about anything random in any syntax that you know and post at the bottom of it what Syntax Language it is in, i'll start:
```
Private Sub Form1_load(ByVal Sender As Object, ByVal e As eventargs)
    Dim R As New System.Threading.Thread(Fuckload)
    R.Start()
End Sub

Private Sub FuckLoad()
    Try
        True = False
    Catch Q As exception
        messagebox.show("Does This Game Bore You To the core?")
    End Try
End Sub

``````
Visual Basic.NET 2008
```
Link to comment
Share on other sites

@мсичġġєт:

> Do we have to change codes?
> Binary:
> 1/10-1-100/1111-1110-101/1-10100/10100-1000-1-10100
>
> Translation: A very bad one at that!

$binary= "It was the binary I was taught, Where It counts up from 1 and grows larger (eg. 1, 10, 11, 100). The numbers are then related to number not like the one Stormshell did";
echo($binary);
?>
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...