[erlang-questions] [erlang-bugs] bug or feature?
Kirill Zaborski
qrilka@REDACTED
Wed Aug 1 21:26:37 CEST 2007
I second that and there is a bit simpler variant:
Erlang (BEAM) emulator version 5.5.5 [async-threads:0]
Eshell V5.5.5 (abort with ^G)
(stupid@REDACTED)1> query.
** 1: syntax error before: '.' **
So I do not see how is it possible to use this atom with no quotes.
Regards,
Kirill.
On 8/1/07, Dmitriy Kargapolov <dmitry.kargapolov@REDACTED> wrote:
>
> Is it a bug or some magic feature in erlang shell when using atom query
> with no quotes?
>
> Eshell V5.5.4 (abort with ^G)
> 1> {query, "lalala"}.
> ** 1: syntax error before: ',' **
> 1> {'query', "lalala"}.
> {'query',"lalala"}
> 2>
> _______________________________________________
> erlang-bugs mailing list
> erlang-bugs@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-bugs
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20070801/21db1ca5/attachment.htm>
More information about the erlang-questions
mailing list