Files
2025-02-05 04:43:28 +00:00

7 lines
229 B
HTML

<html>
<body>
Splits an <code>if</code> statement with a conditional-and <code>&&</code> or conditional-or <code>||</code> operator in its condition
into two <code>if</code> statements with simplified conditions.
</body>
</html>