Jump to content

Conditional structures: Difference between revisions

Line 3,014:
 
=={{header|Racket}}==
===[http://docs.racket-lang.org/reference/if.html#%28form._%28%28quote._~23~25kernel%29._if%29%29 If-expressionsif]===
===if===
If-expressions in Racket must have both branches
[http://docs.racket-lang.org/reference/if.html#%28form._%28%28quote._~23~25kernel%29._if%29%29 If-expressions]
in Racket must have both branches
<lang Racket>
(if (< x 10)
Cookies help us deliver our services. By using our services, you agree to our use of cookies.