It looks like you're new here. If you want to get involved, click one of these buttons!
(if: $quality =< 90 then [(put: "decent")] elseif: $quality > 90 and it is =<120 then [(put: "above average")] elseif: $quality > 120 and it is =<150 then [(put: "relatively superior")] elseif: $quality < 150 then [(put: ""outstanding"")] else: [(put: "error")])
Comments
That worked. Thank you!
Could you educate me in what the {} are generally used for?