Can I branch to a label outside of a macro?


Question

Can I branch to a label outside of a macro?

Answer

  Yes, like this:

      .dm start on
      <do whatever processing you want at the *very* start>
      .me ...start
      .dm off

      .dm end on
      .me .go start
      .dm off

      .start
      .body
      This is the stuff that gets repeated in every iteration
      .end

  Note:  Don't try this at home at it loops!

Last updated: 93/08/04 14:08:01

Previous Contents Next