Ako funguje vyhlásenie if

Príklady kódu

4
0

vyhlásenie if

if( name = 'george washington'):
	print("You have the same name as the first president of the United States")
    // python 
else:
	print("You do not have the same name as George Washington")
2
0

vyhlásenie if

if( ID = josh ):
	print("ID confirmed")
    // python
else:
	print("ID does not exist")
1
0

AK VYHLÁSENIE, ČO TO JE

if (X < 10) {
 print "Hello John";
}
0
0

ako funguje vyhlásenie if

//simpple reapet code


draw = function() {
var d = 11
if(d > 10) {
ellipse(200,200,200,200);
} 

}
//ellipse apiers
0
0

vyhlásenie if

if somecommand; then
  # do this if somecommand has an exit code of 0
fi

V iných jazykoch

Táto stránka je v iných jazykoch

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................