Difference between revisions of "Talk:Control Structures"

From Wiki
Jump to: navigation, search
(Question on nested subs.)
 
m (Protected "Talk:Control Structures" [edit=sysop:move=sysop])
 
(2 intermediate revisions by 2 users 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.