[erlang-questions] bug or feature?

Peter K Chan peter@REDACTED
Wed Aug 1 21:28:12 CEST 2007


I seem to remember that "query" is a keyword in Erlang. I am still a
novice, so I don't know what query actually does.

Peter

-----Original Message-----
From: erlang-questions-bounces@REDACTED
[mailto:erlang-questions-bounces@REDACTED] On Behalf Of Dmitriy
Kargapolov
Sent: Wednesday, August 01, 2007 2:18 PM
To: erlang-bugs@REDACTED
Cc: erlang-questions@REDACTED
Subject: [erlang-questions] bug or feature?

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-questions mailing list
erlang-questions@REDACTED
http://www.erlang.org/mailman/listinfo/erlang-questions



More information about the erlang-questions mailing list