PLAYGROUND (experimental)

else

Alternative branch for if.
else

Alternative branch for if.

Syntaxe

if (x > 0) { print(x); } else { print(-x); }