xref
: /
freebsd
/
contrib
/
libucl
/
tests
/
basic
/
comments.res
(revision 81ea85a8845662ca329a954eeeb3e6d4124282a2)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
obj {
2
key = "value";
3
key = "/* value";
4
key = "nested";
5
key = "quotes";
6
}
7
8