I\'m looking over a block of code I\'ve used (sourced from another question) and I haven\'t been able to figure out what the . in .{process represe
.
.{process
. is the dot source operator. I've never seen it used quite this way, but it's identical to using & (the call operator) in this context.
&