Hello all,<div><br></div><div>Is it possible to print to the terminal from inside swift? I have not found a print command inside swift, and the app</div><div><br></div><div>app sayHello () {</div><div>    echo "Hello!";</div>
<div>}</div><div><br></div><div>does not produce any output for me. Also, is there any better documentation online than the user's manual?</div>