ship: Halt == Ports =========================================================== token in: in == Constants ======================================================== == TeX ============================================================== == Fleeterpreter ==================================================== public void service() { if (!box_in.tokenReadyForShip()) return; box_in.removeTokenForShip(); ((Interpreter)getInterpreter()).halt = true; Log.println(ANSI.yellow(" HALT: ====== halt ship got a token; halting the fleet ======")); } == FleetSim ============================================================== == FPGA ============================================================== // not implemented FIXME == Contributors ========================================================= Adam Megacz