mimopotato / funcml-core

Makes writing YAML or JSON files super cool with functions support!
https://funcml.org
MIT License
0 stars 0 forks source link

tail should be implemented #17

Closed mimopotato closed 4 months ago

mimopotato commented 4 months ago
keys: [1, 2, 3]

key:
  _tail: [$keys, 2]
key:
  - 2
  - 3