Difference between revisions of "Talk:Control Structures"

From Wiki
Jump to: navigation, search
m (Protected "Talk:Control Structures" [edit=sysop:move=sysop])
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Are nested subs allowed?
+
{{talk}}
For example..
+
 
+
 
+
  sub mysub
+
    ..do something..
+
    sub mysub2
+
      ..do something else..
+
    return
+
  return
+
 
+
 
+
Also, would 'mysub2' be callable from outside of 'mysub'?
+
The documentation isn't clear on this.
+

Latest revision as of 17:44, 19 November 2008

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.