Can someone explain the single quotes (' ') in this Erlang record syntax?
#'queue.declare'{queue = <<"hello">>}
In this expression, 'queue.declare'
is the record's name, and therefore must be an atom.
An atom should be enclosed in single quotes (') if it does not begin with a lower-case letter or if it contains other characters than alphanumeric characters, underscore (_), or @.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With