This is a rather silly shortcut suggestion.

With COM's one has to do

Code:
var %x = $com(com).result
.comclose com
return %x


I would love to be able to do something like:
Code:
return $com(com).return

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 smile


$maybe