On Aug 1, 2010, at 6:55 PM, Xavier Shay wrote: > I was just looking into assertions, and this thread suggests that > these expressions may be scoped by transaction, rather than the global > scope that I want: > http://groups.google.com/group/ledger-cli/browse_thread/thread/a8e76cffadcbcb88/504766486363c6f3?lnk=gst&q=assertions#504766486363c6f3
They can be global too, but they are "sequenced" meaning they respect
transaction order:
assert account("name").total == AMOUNT
John
