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
Hello! Great work!
but can you tell if thats possible to have have conditional statements for the if / else?
if .a eq 100 p a is equal 100 if .b gt 100 p b is greater than 100
I cannot find any example and cannot figure out how to do it
The text was updated successfully, but these errors were encountered:
Hey @vladyslav2 ,
I came across this code snippet on GitHub that might be helpful for your situation: https://github.com/Joker/jade/blob/master/testdata/v2/case.jade. It's under the testdata folder. Let me know if this looks useful.
Sorry, something went wrong.
No branches or pull requests
Hello!
Great work!
but can you tell if thats possible to have have conditional statements for the if / else?
I cannot find any example and cannot figure out how to do it
The text was updated successfully, but these errors were encountered: