<font color='black' size='2' face='arial'><font size="2" color="black" face="arial">
<div> <br>
</div>
<div> <pre style="font-size: 9pt;"><tt><tt>>> 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<br>
>> line invocation.<br>
>> <br>
>> How would I run the code from the command line, with the #lang line left in?<br>
<br>
> Just drop the flag: racket print_date.rkt<br>
<br>
OK, thanks, that works.<br>
<br>
In some other code I saw this as the first line:<br>
<br>
#!r6rs<br>
<br>
Just curious why that isn't <br>
<br>
#lang r6rs <br>
</tt></tt></pre>
</div>
<div style="clear: both;"></div>
</font></font>