Top-down: Difference between revisions

61 bytes added ,  3 years ago
reword to avoid ambiguity/misreadings; assumption doesn't affect whether the compiler will do what it does or not
(Created page with "The triple script ecosystem benefits from programs that are written top-down. That is, it should be possible to open up a triple script, starting reading at the top of the fi...")
 
(reword to avoid ambiguity/misreadings; assumption doesn't affect whether the compiler will do what it does or not)
Line 7:
build -t Foo.xxx -m main.xxx
 
This will ensure that <code>Foo</code> appears first in the resulting triple script,. assuming (This example assumes that this is the module that you <em>want</em> to appear first, because it best corresponds with the heart of your program.)
 
Alternatively, you can make <code>Foo</code> the first import in your <tt>main.xxx</tt> shunting block, and simply give your instructions as: