class Opal::Sexp

def <<(other)

def <<(other)
  @array << other
  self
end