[erlang-questions] bug or feature?

Dmitriy Kargapolov dmitry.kargapolov@REDACTED
Wed Aug 1 21:17:45 CEST 2007


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>



More information about the erlang-questions mailing list