EOB
End of Block. An ANSI character used in CNC programs to indicate the end of a program line. An early EOBÂ character was a "$"
N090 Y-1.5$
N100 X-1.5$
N110 Z1.5$
Some CNCÂ programs use ";"
N090 Y-1.5;
N100 X-1.5;
N110 Z1.5;
Some use a carriage return which does not show up as a character on the screen
N090 Y-1.5
N100 X-1.5
N110 Z1.5