site map who made it ?
 

 

set num_legs four
   } switch $num_legs
 { "two { puts "this could be human
{ "four { puts "this could be cow
{ "six { puts "this could be ant
{ "eight { puts "this could be spider
{ "default { puts "this could be anything
{

 this could be a cow <==

הסינטקס של הוראת switch :
{ ?...switch ?options? string { pattern body ?pattern body

הארגומנט string מושווה לכל אחד מה-pattern-ים וכאשר ישנה התאמה יבוצע ה-body של אותו pattern וה-switch יסתיים. במידה ואין התאמה יבוצע ה-body שמופיע בחלק ה-default (אם קיים כזה).

 
< המדריך > זרימה
switch
if, else, elseif

for

while

foreach

לעמוד הבא
לעמוד הקודם