File: example.proplist

package info (click to toggle)
libproplist 0.7.1-4
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 684 kB
  • ctags: 452
  • sloc: ansic: 3,684; sh: 1,856; lex: 181; yacc: 118; makefile: 106; tcl: 40
file content (14 lines) | stat: -rw-r--r-- 265 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  TestArray = (
    Black,
    White,
    Grey
  );
  TestString = "This is a funky test string.";
  TestDict = {
    Str1 = "Example String 1";
    Str2 = "Example String 2";
    Str3 = "Example String 3";
  };
  TestData = <0a0b0c0d0e0f10a0b0c0d0e0f0ffffff>;
}