mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
12 lines
233 B
HTML
12 lines
233 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<body>
|
|
<script type="text/javascript">
|
|
if ( 1 & 2 ) {
|
|
if ( 1 < 2 ) {
|
|
var r;
|
|
}
|
|
}
|
|
</script>
|
|
</body>
|
|
</html> |