| 3. | if | ||
|
a conjunction meening "in the even that"
|
|||
| 1. | IF | ||
|
Abbreviation for Ironforge. Ironforge is a city in Khaz Modan (one of the Eastern Kingdoms in Azeroth). IF is used when players of World of Warcraft are to lazy or they are in a hurry and can't spell out Ironforge. I gotta head on over to IF to learn my trade skills.
|
|||
| 2. | if | ||
|
if if
|
|||
|
|
|||
| 4. | IF | ||
|
IF is a poem written by Rudyard Kipling (1865-1836) IF by Rudyard Kipling starts -
If you can keep your head when all about you Are losing theirs and blaming it on you, If you can trust yourself when all men doubt you, But make allowances for their doubting too; ......and ends ... Yours is the earth and everything that's in it And - which is more - you'll be a man, my son. |
|||
| 5. | if | ||
|
1. "If" is the BIGGEST "little" word in the English language. It can stop a contract from going through. It can stop a marriage. It can stop love. It can intervene in life and change it dramatically. If can do many things. It is able to change an entire book of words. (If this story had been true, wouldn't it really be sad then?") If can change you point of view, perspective, and interest in one, or many things (persons, etc...) all at once, or over a long period of time. 1. Todd said that"If is the biggest little word in the world." He was right...
more examples: "If I would have known then what I do now; I NEVER would have done that." Then the Judge said: "If you proceed as planned, you WILL go to jail young man! Do you understand this?" "If I had a dollar for every time she cheated on me, I'd be RICH!" derivatives: "Iffy" - Meaning that things are close to a true balance, but that it could go either way depending on what happens. |
|||
| 6. | if | ||
|
sometimes I.F. The abbreviation for interactive fiction
|
|||
|
|
|||
| 7. | if | ||
|
If...Then...Else
This handy statement allows you to compare two or more conditions. It would appear like this: IF
{condition} {operator} {condition} THEN {code} ELSE {code} END IF The above code is mainly a basic example, indeed, it works in Visual Basic. A javascript(simmilar to c) could look something like this: if (condition) { statements to execute } Search on Google for 'if {programming language}' and you should find some pages about the if statement for your language. |
|||
