NimYAML/doc/snippets/quickstart/03/01-out.yaml

11 lines
130 B
YAML
Raw Normal View History

--- &a
2016-10-08 16:38:27 +00:00
name: Node 1
left:
2016-10-08 16:38:27 +00:00
name: Node 2
left: !!null ~
right: &b
2016-10-08 16:38:27 +00:00
name: Node 3
left: *a
right: !!null ~
right: *b