Skip to content

What does a keyword do? #1345

Answered by verdverm
quovadis1234 asked this question in Q&A
Oct 28, 2021 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

https://github.com/cue-lang/cue/search?q=__ looks to have some breadcrumbs. As I understand it, they are largely internal and you shouldn't see them as a user.

You can use quotes to have labels which contain special chars

"#def": "not really a definition"
"_hid": "not really hidden"
"__foo": "not really a reserved identifier"

https://cuelang.org/play/?id=ysVprjTceqV#cue@export@json

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@myitcv
Comment options

Answer selected by myitcv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
Triage Requires triage/attention
3 participants
Converted from issue

This discussion was converted from issue #1342 on October 28, 2021 15:06.