This is the default return value. If a proc exits without calling return or if no arguments are specified the value of . will be returned. The default value of . is null.

mob/Login()
  . = ..()
  view() << "[src] logs in."

See also

vars (procs)