if
Command if <conditional> [then] <command-list> [(else | otherwise) <command-list>] end`
The if
command provides the standard if-statement control flow.
<div
_="on click if I do not match .disabled
add .clicked"
>
Click Me!
</div>