gpt4 book ai didi

带单引号的 Erlang 记录语法

转载 作者:行者123 更新时间:2023-12-04 16:34:20 25 4
gpt4 key购买 nike

有人可以解释这个 Erlang 记录语法中的单引号 (' ') 吗?

#'queue.declare'{queue = <<"hello">>}

最佳答案

在这个表达式中,'queue.declare'the record's name ,因此必须是 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 @.

关于带单引号的 Erlang 记录语法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21951457/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com