# File lib/sexp.rb, line 171
  def line(n=nil)
    if n then
      @line = n
      self
    else
      @line ||= nil
    end
  end