. var (proc)
See also:
return proc
vars (procs)
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.
Example:
mob/Login() |
So would this be a good situation to use this??
atom/var/time_stamp |
By contrast, other people use it quite liberally.