if()
Returns
Examples
# evaluates to "red" if the color is red, "green" otherwise
if(color_is_red, "red", "green")Last updated
Was this helpful?
# evaluates to "red" if the color is red, "green" otherwise
if(color_is_red, "red", "green")Last updated
Was this helpful?
Was this helpful?