For example in test/dictionary/testCalc:
a 1.1;
.
.
.
// Access to sub-entries using the "/" operator, e.g.
d
{
b 4.8;
}
e #calc "$a / $d/b";
For example in test/dictionary/testCalc:
a 1.1;
.
.
.
// Access to sub-entries using the "/" operator, e.g.
d
{
b 4.8;
}
e #calc "$a / $d/b";