curiousnathan
Starry-eyed
- 7,751
- Posts
- 15
- Years
- Australia
- Seen Mar 11, 2024
Happy Birthday, dude! I hope you have a fantastic day. :]
[div=font-family:Consolas,Lucida Console,Courier New;Monospace;font-size:10pt;font-weight:normal;font-style:normal;][span=color:#FB660A;]if[/span](owl.isOnBicycle == [span=color:#0086D2;]true[/span]) {
[span=color:#CDCAA9;]short[/span] owlAge;
owlAge = [span=color:#0086D2;]23[/span];
[span=color:#CDCAA9;]char*[/span] msg;
msg = [span=color:#0086D2;]"Happy Birthday Audy! <3"[/span];
celebrateBirthday(msg);
[span=color:#DADADA;]// fix'd. ;P[/span]
}[/div]
private void button1_Click(object sender, EventArgs e)
{
Boolean April24 = true;
Int16 Age = 22;
String Message = "Happy Birthday Owl!";
if (April24 == true)
{
Age ++;
MessageBox.Show("" + Message);
}