es-bundle.txt 356 B

123456789101112131415161718192021
  1. es {
  2. teststring:string { "Hola Mundo!" }
  3. testint:int { 2 }
  4. testvector:intvector { 1, 2, 3, 4, 5, 6, 7, 8, 9, 0 }
  5. testbin:bin { a1b2c3d4e5f67890 }
  6. testtable:table {
  7. major:int { 3 }
  8. minor:int { 4 }
  9. patch:int { 7 }
  10. }
  11. testarray:array {
  12. "cadena 1",
  13. "cadena 2",
  14. "cadena 3"
  15. }
  16. }