Help for this page
Select Code to Download
Select
or
download this
if (foo) { bar } else { baz }
Select
or
download this
foo ? do { bar } : do { baz }