SyntaxFix
Write A Post
Hire A Developer
Questions
The code condition ? statement_A : statement_B is equivalent to
condition ? statement_A : statement_B
if condition == true statement_A else statement_B end