Guide to writing Conditions
When using control blocks like If, Else if, or While, you need to set up a condition expression for the system to check at runtime. This expression will return a result of True (true) or False (false)
Last updated
Was this helpful?