File: bears.data

package info (click to toggle)
libdap 3.9.3-6
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 13,388 kB
  • ctags: 6,966
  • sloc: cpp: 32,601; ansic: 11,148; sh: 10,960; exp: 4,232; yacc: 1,694; makefile: 795; tcl: 509; perl: 138; xml: 80
file content (9 lines) | stat: -rw-r--r-- 298 bytes parent folder | download
1
2
3
4
5
6
7
8
9
The data:
Grid {
  Array:
    String bears[i = 2][j = 3][l = 3];
  Maps:
    Int32 i[i = 2];
    Float32 j[j = 3];
    Int16 l[l = 3];
} bears = {  Array: {{{"i", "n", "d"},{"i", "s", "t"},{"i", "n", "g"}},{{"u", "i", "s"},{"h", "a", "b"},{"l", "e", ""}}}  Maps: {10, 20}, {2, 4, 6}, {10, 9, 8} };