[erlang-questions] command-line args in erl

Wes James comptekki@REDACTED
Thu Apr 15 23:34:53 CEST 2010


On Thu, Apr 15, 2010 at 3:31 PM, Jordan Wilberding <diginux@REDACTED> wrote:
> render:main(['200','200']).
>
> On Thu, Apr 15, 2010 at 4:10 PM, Wes James <comptekki@REDACTED> wrote:
>>
>> I am running through the mandelbrot example from:
>>
>>
>> http://projects.trapexit.org/web/#/web/project/github::ghulette::mandelbrot-erlang
>>
>> and it has:
>>
>> main([WArg,HArg]) ->.....


thx - that did it.  I guess an atom is '200' but not 200 in this case.

-wes


More information about the erlang-questions mailing list