This is a rather silly shortcut suggestion.
With COM's one has to do
var %x = $com(com).result
.comclose com
return %x
I would love to be able to do something like:
Instead.
which returns the result and silently closes the com.
I can imagine this being rather simple to add but it would make me a happier scripter
