You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For GH-5
All files have an implicit scope.
When a ledger file (F) is included in a scope(S), a new scope (L) is created for the file with S as the parent scope.
The entries in L are merged with S, such that entries in S can refer to definitions from L.
And entries in L can refer to definitions from S.
Something like:
.ledger
file will have an implicit scope surrounding the entire file contents.The text was updated successfully, but these errors were encountered: