OmniTurn   CNC Lathes Made in Oregon
 Fast... Precise... Affordable... Home Contact

M99 End Subroutine (M99)
See also }n Begin Subroutine

This command must be the last line of a subroutine.

All subroutine code must start with }n and end with m99:

}2 (sub 2 begin)
some code
.
.
.
end of code
m99 (sub end)