Closed anton-trunov closed 9 months ago
The dev version of Tact supports conditional expressions now: true ? 42 : 0. The relevant PR is here: https://github.com/tact-lang/tact/pull/97.
true ? 42 : 0
The dev version of Tact supports conditional expressions now:
true ? 42 : 0
. The relevant PR is here: https://github.com/tact-lang/tact/pull/97.