global

def next(exp = nil)

def next(exp = nil)
  if exp
    @next = exp
  else
    @next
  end
end