Closed tomkowz closed 9 years ago
Swifternalization should support expressions like:
%d<10.14 10.00<%d<99.99
Also to simplify expressions and not check if value is Int or Float/Double change expression to these:
x<10.4 10<x<99.99
Swifternalization should support expressions like:
Also to simplify expressions and not check if value is Int or Float/Double change expression to these: