unit MsCounterN em.hal/MsCounterN.em 1 2 3 4 5 6 7 8 9 10 11 12 13 14package em.hal import MsCounterI module MsCounterN: MsCounterI # ^| Nil implementation of the MsCounterI interface end def start() end def stop() return 0 end