-master
-top |
-root (main)
- | bottom |
+master
+top |
+root (main)
+ | bottom |
The "root" page includes the "widget" and wraps itself in the
@@ -71,31 +71,31 @@
done. For our example, the following order results.
-root.tcl | |
+root.tcl | |
-root.adp | (beginning and middle) |
+root.adp | (beginning and middle) |
- | widget.tcl | |
+ | widget.tcl | |
-widget.adp | |
+widget.adp | |
-root.adp | (end) |
+root.adp | (end) |
- | master.tcl | |
+ | master.tcl | |
-master.adp | (beginning) |
+master.adp | (beginning) |
- | top.tcl | |
+ | top.tcl | |
-top.adp | |
+top.adp | |
-master.adp | (middle, containing <slave> tag) |
+master.adp | (middle, containing <slave> tag) |
- | bottom.tcl | |
+ | bottom.tcl | |
-bottom.adp | |
+bottom.adp | |
-master.adp | (end) |
+master.adp | (end) |
Here we assume the ACS/Tcl situation, where the "code" is a tcl
|