you actually kind of want prints to happen in an order because you might want to do sth like ``` m.d.sync += Print("transaction: ", end="") with m.If(txid): m.d.sync += Print("txid", txid, end="") m.d.sync += Print("complete")