Erlang/OTP Forums

Author Message

<  Erlang questions mailing list  ~  newbie questions about dict.

gandalf at rohan.control.
Posted: Fri Apr 16, 1999 7:07 pm Reply with quote
Guest
Hello people.

Digging in Erlang, I'd catch strange (for newbie) things:
7> dict:new().
[]
8> a=dict:new().
** exited: {{badmatch,[]},{erl_eval,expr,3}} **
9>

Can you tell to me, what I'd miss.

--
=======================================================
Vladimir I. Ulogov (gandalf_at_control.att.com)
tel: 973-236-6464 or 6463
fax: 973-236-2090
"Where lands meets water. Where earth meets air. Where body meets
mind. Where space meets time. We like to be on one side, and look
at the other." D.Adams "Mostly harmless"




Post generated using Mail2Forum (http://m2f.sourceforge.net)
mike at erix.ericsson.se
Posted: Fri Apr 16, 1999 7:29 pm Reply with quote
Guest
Try:

A = dict:new().

words starting with small letters are atoms. Variable start with
capital letters.

/Mike


On Fri, 16 Apr 1999, Vladimir Ulogov wrote:

> Hello people.
>
> Digging in Erlang, I'd catch strange (for newbie) things:
> 7> dict:new().
> []
> 8> a=dict:new().
> ** exited: {{badmatch,[]},{erl_eval,expr,3}} **
> 9>
>
> Can you tell to me, what I'd miss.
>
> --
> =======================================================
> Vladimir I. Ulogov (gandalf_at_control.att.com)
> tel: 973-236-6464 or 6463
> fax: 973-236-2090
> "Where lands meets water. Where earth meets air. Where body meets
> mind. Where space meets time. We like to be on one side, and look
> at the other." D.Adams "Mostly harmless"
>
>



Post generated using Mail2Forum (http://m2f.sourceforge.net)

Display posts from previous:  

All times are GMT
Page 1 of 1
This forum is locked: you cannot post, reply to, or edit topics.

Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum