Difference between revisions of "Elif"

From wikieduonline
Jump to navigation Jump to search
 
Line 3: Line 3:
 
  [[if]]..elif..else
 
  [[if]]..elif..else
  
 +
 +
[[if]] test-commands; then
 +
  consequent-commands;
 +
elif more-test-commands; then
 +
  more-consequents;
 +
else alternate-consequents;
 +
fi
  
 
== See also ==
 
== See also ==

Latest revision as of 13:38, 14 November 2022

Advertising: