Help us make the syntax for the new CC programming language:
No nos:
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