Skip to content

if

  • if

if / else block

if (<condition>) {

[} else [if (<condition>) {

…]]

}