Results 1 to 40 of 52

Thread: Help us make LightFusion (Perviously QB#++.NET)

Threaded View

  1. #1

    Thread Starter
    No place like 127.0.0.1 eyeRmonkey's Avatar
    Join Date
    Jul 2005
    Location
    Blissful Oblivion
    Posts
    2,306

    Help us make LightFusion (Perviously QB#++.NET)

    Help us make the syntax for the new CC programming language:

    No nos:
    • ;
    • Then
    • As
    • Dim
    • Is
    • End If

    Here are some syntax examples.

    User Defined Types:
    Code:
    UDT user {
        str UserName
        int32 PostCount
        str NickName
        str UserTitle
    }
    If ... Then ... Else Statement (and simple Sub):
    Code:
    Private Sub SimpleSub {
        user EM
        user JR
        EM.PostCount = 722
        JR.PostCount = 2851
        If EM.PostCount > JR.PostCount {
            MsgBox.Msg = "How the crap did that happen"
            MsgBox.Show
        }
    }
    We support assembly:
    Code:
    Private Sub {
        Asm {
            mov ax, 0044h
            push ax
            pop ds
        }
    }
    Contributors:
    • timeshifter - The name
    • Jacob Roman - Syntax
    • eyeRmonkey - Syntax
    Last edited by eyeRmonkey; Sep 3rd, 2005 at 01:53 PM.
    Visual Studio 2005 Professional Edition (.NET Framework 2.0)
    ~ VB .NET Links: Visual Basic 6 to .NET Function Equivalents (Thread) | Refactor! (White Paper) | Easy Control for Wizard Forms | Making A Proper UI For WinForms | Graphics & GDI+ Tutorial | Websites For Free Icons
    ~ QUOTE: Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. -Rich Cook

    ~ eyeRmonkey.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width