If statement definitions

Search

if statement

if statement logo #22782executes a block of code, along with else and elif (a contraction of else-if).
Found on http://www.pythonforbeginners.com/cheatsheet/python-glossary

if-statement

if-statement logo #22776statement selecting between two alternatives based on a condition. TC++PL 6.3.2.
Found on http://www.stroustrup.com/glossary.html
No exact match found.