Ternary Logic
The Ternary block is a compact way to make a decision and return a value based on that decision. It works like an inline if-else statement.
The Ternary block is a compact way to make a decision and return a value based on that decision. It works like an inline if-else statement.