-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path1046.html
55 lines (42 loc) · 2.12 KB
/
1046.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content="HTML Tidy, see www.w3.org" />
<title>Ayuda de DIV 2 - <> !=</title>
<meta name="keywords" content="div, div2" />
<meta name="description" content="Ayuda en pantalla de DIV Games Studio 2" />
<meta http-equiv="Content-Language" content="ES" />
<meta name="author" content="Hammer Technologies" />
<meta name="copyright" content="© Copyright 1998,99 Hammer Technologies" />
<meta name="generator" content="divhelp v0.1 © 2007 Er_Makina" />
<meta name="robots" content="all,follow,index" />
<meta name="distribution" content="global" />
<link href="estilo.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="botonera">
<ul>
<li><a class="botonindice" href="indice.html">Índice</a></li>
<li><a class="botoninicio" href="3.html">Inicio</a></li>
<li><a class="botonglosario" href="4.html">Glosario</a></li>
<li><a class="botonfunciones" href="1032.html">Funciones</a></li>
</ul>
</div>
<h1><> !=</h1>
<p>Operador lógico [<strong>distinto que</strong>] utilizado en condiciones. Los
símbolos <strong><></strong> y <strong>!=</strong> son sinónimos.</p>
<p>Debe utilizarse entre dos expresiones numéricas y devuelve un resultado
lógico:</p>
<p><strong>Falso</strong> - Si ambas expresiones dan el mismo resultado (si son dos expresiones
equivalentes), pues NO son distintas.</p>
<p><strong>Cierto</strong> - Si las expresiones dan resultados distintos, pues SI son
distintas.</p>
<p><strong>Ejemplos:</strong></p>
<p> <strong>2+2 <> 4</strong> devolverá <strong>falso</strong>.<br />
<strong>0 <> -1</strong> devolverá <strong>cierto</strong>.<br />
</p>
<hr />
Ver: <a href="1000.html">Sintaxis</a> - <a href="1037.html">Condición</a>
</body>
</html>