Difference between revisions of "Talk:Control Structures"

From Wiki
Jump to: navigation, search
(Replacing page with '{{talk}}')
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.
+

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.