en.txt 708 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. en{
  2. Entry1{
  3. Array{
  4. "foo",
  5. "bar",
  6. {
  7. Key{"value"}
  8. },
  9. }
  10. Integer:int{5}
  11. IntVector:intvector{
  12. 0,
  13. 1,
  14. 2,
  15. 3,
  16. }
  17. NotAnIntVector{
  18. 0:int{0}
  19. 2:int{1}
  20. 1:int{2}
  21. 3:int{3}
  22. }
  23. IntVectorWithStringKeys{
  24. a:int{0}
  25. b:int{1}
  26. c:int{2}
  27. }
  28. TableWithIntKeys{
  29. 0:int{0}
  30. 1:int{1}
  31. 3:int{3}
  32. }
  33. FalseBoolean{"false"}
  34. TrueBoolean{"true"}
  35. Null{""}
  36. Float{"1.23"}
  37. }
  38. Entry2{"String"}
  39. }