Definitions by Keael
!<3
I !<3 you.
---
I'll also program a breakup into code. (GML. It is similar to C++)...
var girl
var guy
var truelove
//Yes this had to do with my life :'(
//0 means doesn't love
//1 means is in love
//how it started out:
guy=1
girl=1
//how it ended out:
girl=0
//notice how guy is still 1 ... :(
//and this is always checking for any changes::
if (girl=1 and guy=1) then truelove=1;
else if (girl!=1 or guy!=1) then truelove=0;
---
Also, this is taken from Veggie's definition for !...
In the programming world, this means NOT. It is mostly used in boolean expressions, mostly found in if statements, to express the non-equality of something.
It can be used with an '=' sign like this: 3 != 4, meaning 3 does not equal 4. This is a true expression, and so the expression would return TRUE. However, if I put: ((6-3) != (5-2)) I'm basically saying 6-3 is not equal to 5-2, or 3 does not equal 3. But 3 DOES equal 3. So this expression would return false.
NOTE: != is pronounced as "Does Not Equal"
---
I'll also program a breakup into code. (GML. It is similar to C++)...
var girl
var guy
var truelove
//Yes this had to do with my life :'(
//0 means doesn't love
//1 means is in love
//how it started out:
guy=1
girl=1
//how it ended out:
girl=0
//notice how guy is still 1 ... :(
//and this is always checking for any changes::
if (girl=1 and guy=1) then truelove=1;
else if (girl!=1 or guy!=1) then truelove=0;
---
Also, this is taken from Veggie's definition for !...
In the programming world, this means NOT. It is mostly used in boolean expressions, mostly found in if statements, to express the non-equality of something.
It can be used with an '=' sign like this: 3 != 4, meaning 3 does not equal 4. This is a true expression, and so the expression would return TRUE. However, if I put: ((6-3) != (5-2)) I'm basically saying 6-3 is not equal to 5-2, or 3 does not equal 3. But 3 DOES equal 3. So this expression would return false.
NOTE: != is pronounced as "Does Not Equal"
twoh
Abbreviation for "Typing With One Hand". One hand is used for typing, the other for... pleasing. Can be a form of flattery in chatrooms.
sexbot6969: hey bby
lonelyguy822: ur pic is SOO HAWT !!TWOH!!
sexbot6969: Hi! Check out my pic!
lonelyguy822: ... I did...
sexbot6969: You're cute! Hey, check out my pic!
lonelyguy822: ugh-- what's wrong with you??
sexbot6969: Hi! IM me! 18/F/Cal
lonelyguy822: Tell your programmer he is an ass.
sexbot6969: You like my hawt ass? You can see it in my pic!
lonelyguy822: ur pic is SOO HAWT !!TWOH!!
sexbot6969: Hi! Check out my pic!
lonelyguy822: ... I did...
sexbot6969: You're cute! Hey, check out my pic!
lonelyguy822: ugh-- what's wrong with you??
sexbot6969: Hi! IM me! 18/F/Cal
lonelyguy822: Tell your programmer he is an ass.
sexbot6969: You like my hawt ass? You can see it in my pic!
volume dj
One who turns the volume up and down during music they enjoy, pretending to be a dj. Really annoying.
Wii
The name of the new Nintendo system being released later this year. Used to be called the Revolution. This system will revolutionise the gaming industry a wii bit.