so I need to see it actually run and echo what its doing, and somehow add a pause or 2 in it so that it doesnt overwrite the echos or just scroll off, so to speak.
Begin ; Do somethingPrintToConsole "First Section Complete"If ( Condition )PrintToConsole "Condition 1 True"ElsePrintToConsole "Condition 1 Not True"EndIfEnd