now: ```sushi define a: String = ! echo "hello world", redirect to here ``` should be: ```sushi define a: String = `! echo "hello world"` ```