File: array.plist

package info (click to toggle)
wlmaker 0.7%2Bgit20260201%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 4,292 kB
  • sloc: ansic: 44,505; xml: 467; cpp: 253; yacc: 118; sh: 73; lex: 70; makefile: 8
file content (6 lines) | stat: -rw-r--r-- 159 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
// A toplevel array. We do currently NOT enforce the same type.
(
  elem0,  // a string.
  (subelem0, subelem1),  // A sub-array.
  {subkey0 = (val0, val1)}
)