jade icon indicating copy to clipboard operation
jade copied to clipboard

Is it possible to have conditions for the if statements?

Open vladyslav2 opened this issue 11 months ago • 1 comments

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

vladyslav2 avatar Mar 18 '24 14:03 vladyslav2