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
I guess it's not a separate function anymore? Here's the code that it represents:
else if (keyword == "eval" || keyword == "expr") {
// jww (2012-02-27): Make account into symbol scopes so that this
// can be used to override definitions within the account.
bind_scope_t bound_scope(*context.scope, *account);
expr_t(b).calc(bound_scope);
}
@jwiegley can you comment.
@simonmichael was wondering about the
expr
directive.ledger3.text says:
There's no expr_directive in textual.cc. Does this actually exist?
The text was updated successfully, but these errors were encountered: