Logic

Logic node specifies the Multi-lined logic text for a method. This node does not have child elements and attributes.

For example:

<Logic>Move GLB.SPACES SD_CUST
:: LOGIC FOR SLEEPING REPORT HAS BEEN LEFT OUT SO STUDENTS CAN
:: RUN THIS EASILY AND SEE FORMAT.
Determine Actual Event.CREDITS
    DoWhen (Event.CUSTOMER &lt;&gt; SD_CUST)
      DoWhen (SD_CUST &lt;&gt; GLB.SPACES)
        Frame15.Print()
        Advance NewPage
      End
      Move Event.CUSTOMER SD_CUST
      Frame05.Print()
	   End
    Frame10.Print()
    Flag "C" Event.INVOICED
End
Frame15.Print()
</Logic>