##
/* A set as the value is being called in ODL */
KEYWORD = { RED, BLUE, /* some comment */
GREEN, HAZEL }
####
/* A text string spanning multiple lines */
KEYWORD = "some text /* not a comment but part of the value! */
more text
even more text" /* this is again a comment*/