When using `system()` to pass shell commands, it is not currently possible to assign the printed output to a `morpho` variable. E.g. ```var now = system("date +'%m/%d/%Y'")```