Difference between revisions of "Talk:Else"

From Wiki
Jump to: navigation, search
(question about ''else'')
 
 
Line 1: Line 1:
"Must be placed immediately after the true command from the if statement."
+
{{talk}}
 
+
This mean I can't do this?
+
 
+
 
+
<pre>set %a 1
+
if %a = 1
+
  {  
+
  display ok % , is 1
+
  }
+
else
+
if %b = 2
+
  {  
+
  display ok % , is 2
+
  }
+
else
+
if %b = 3
+
  {
+
  display ok % , is 3
+
  }
+
halt</pre>
+
 
+
----
+

Latest revision as of 20:33, 28 December 2007

Please use the forums to discuss issues related to this documentation.
http://www.easyuo.com/forum/viewforum.php?f=2


Thank You.
The EasyUO Staff.