Notes: example to show idea of dependency markup
This is for demonstration of way of showing dependency.
The idea is to use dependency points. The dependency point (DP) is a special
TC that is identified by {ID}
, where ID conforms to a unix path.
the divider is /
one special case is root DP, which has has name /
you can call DP by something like {/env2/}
. Scope of this declaration
is downwards, until next one or end
x = 1
y = 2
m =
m = one
m = two
{/}
{/env1/}
{/env2/}