Hello,

I want to write a hush script which evaluates standard output of some command, e.g.:

VARIABLE=$(command)

or

VARIABLE=`command`

How can this be done within hush?