We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vars: { distribution: 1; #true } a:"you"{ e-mail:[email protected] _phone-no:"mobile: 1111-1111" } b:"me"{ e-mail:[email protected] _phone-no:"mobile: 2222-2222" } if ( ${distribution} == 1) { *._** : null } else { *._** : { style.font-color: red;} }
The text was updated successfully, but these errors were encountered:
I've missed the if statement as well.
if
To simplify the syntax we could also remove the brackets after if
E.g.
if ${variable} == 0
instead of
if ( ${variable} == 0 )
Sorry, something went wrong.
declarative languages don't have branching, and I don't think D2 should.
i don't think the example is motivating enough.
i can see the policy.
No branches or pull requests
The text was updated successfully, but these errors were encountered: