Re: Scope of Command Line Args

2011-06-20 Thread octopusgrabbus
Thanks. Your way of doing it is cleaner. On Jun 20, 6:37 pm, Sean Corfield wrote: > On Mon, Jun 20, 2011 at 12:26 PM, octopusgrabbus > > wrote: > > In the following program, is the scope of the command line arguments > > -- args --  local to with-command-line, or can they be accessed > > outside

Re: Scope of Command Line Args

2011-06-20 Thread Sean Corfield
On Mon, Jun 20, 2011 at 12:26 PM, octopusgrabbus wrote: > In the following program, is the scope of the command line arguments > -- args --  local to with-command-line, or can they be accessed > outside with-command-line? args itself is available in the scope of your -main function. The command l