+3
À l'étude

Allow IF Statement option of if() vs compare select.

Brian Hall il y a 10 ans mis à jour par Freya Holmér (Developer) il y a 10 ans 0
The IF block presently always produces a compare select statement to produce its results. The problem is sometimes IF statements are used to avoid evaluation of a bunch of logic. A compare select will cause all of the potentially expensive branches of the conditons be evaluated. I'd like to be able to opt into a full on IF statement for those cases where I need it.