Examples
1. Have new lines begin at position 5 (the sixth character position).
.lm 5
2. Move the left margin to the right by the number of characters specified by the value of the variable width.
.lm +$width
3. Set the left margin to be the sum of the value of variable width and 3.
.lm $width+3