# Meld Test Examples

This directory contains simple Meld files that demonstrate different syntax and features of the Meld language.

## Files

- `array-access.meld`: Demonstrates the correct dot notation syntax for accessing array elements (e.g., `{{items.0}}` instead of `{{items[0]}}`)
- `nested-object.meld`: Shows how to access nested object properties
- `simple.meld`: A minimal Meld file for basic testing

These files can be used as test fixtures or examples in documentation. 