jade
jade copied to clipboard
Is it possible to have conditions for the if statements?
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