dune
dune copied to clipboard
Storing output of commands doesn't work
$ let x = which which
/usr/bin/which
$ echo x
None
$
As you can see, the output of which is printed, but it is not stored in the variable x.