<font color='black' size='2' face='arial'><font size="2" color="black" face="arial">

<div> <font face="Arial, Helvetica, sans-serif">This code from the racket documentation <br>
----------------------------------------------------<br>
#lang racket <br>
&nbsp;&nbsp; <br>
(require racket/date) <br>
&nbsp;&nbsp; <br>
(printf "Today is ~s\n" <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (date-&gt;string (seconds-&gt;date (current-seconds)))) <br>
</font>
</div>



<div> -------------------------------------------------<br>
runs from the Dr Racket IDE.<br>
<br>
If I try and run it with racket --script print_date.rkt<br>
<br>
I get no output, and no error.<br>
<br>
If I remove the #lang racket line, I will get output from a command line invocation.<br>
<br>
<br>
How would I run the code from the command line, with the #lang line left in?<br>

</div>



<div style="clear: both;"></div>

</font></font>