Merge github.com:eclipse/titan.core
[deliverable/titan.core.git] / help / info / null.html
1 <!--
2 Copyright (c) 2000-2016 Ericsson Telecom AB
3 All rights reserved. This program and the accompanying materials
4 are made available under the terms of the Eclipse Public License v1.0
5 which accompanies this distribution, and is available at
6 http://www.eclipse.org/legal/epl-v10.html
7
8 Contributors:
9 Baji, Laszlo
10 Balasko, Jeno
11 Farkas, Laszlo
12 Szabados, Kristof
13 -->
14 <html>
15 <head>
16 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
17 <meta http-equiv="Content-Language" content="en-us">
18 <title>null</title>
19 </head>
20 <body bgcolor="#DAD3C5" vlink="#0094D2" link="#003258">
21 <table align="left" border="0" cellspacing="0" cellpadding="0" valign=top>
22 <tr>
23 <td width=105 height=40><a href="https://projects.eclipse.org/projects/tools.titan"><img src="../images/titan_transparent.gif" border=0 width=105 height=40 align="left" alt="Titan"></a></td>
24 </tr>
25 </table>
26 <table border="0" align="right" cellpadding="0" cellspacing="0">
27 <tr>
28 <td><a href="../titan_main.html" alt="contents"><img border="0" src="../images/ao.jpg" width="53" height="40"></a></td>
29 <td><a href="../titan_index.html" alt="index"><img border="0" src="../images/up.jpg" width="53" height="40"></a></td>
30 <td><a href="nowait.html" alt="previous"><img border="0" src="../images/left.jpg" width="53" height="40"></a></td>
31 <td><a href="objid.html" alt="next"><img border="0" src="../images/right.jpg" width="53" height="40"></a></td>
32 </tr>
33 </table>
34 <p><br clear="all">
35 </p>
36 <hr>
37 <h1>null</h1>
38 <hr align="left" width="75%">
39 <p>This special value refers to something undefined. It may indicate...</p>
40 <ul>
41 <li>an undefined <a href="altstep.html"><b><font face="Courier New" size="4">default</font></b></a> reference, e.g. for the initialization of variables to handle default references (i.e., <a
42 href="altstep.html"><b><font face="Courier New" size="4">activate</font></b></a>d <a href="altstep.html"><b><font face="Courier New" size="4">altstep</font></b></a>s).</li>
43 <li>an undefined <a href="address.html"><b><font face="Courier New" size="4">address</font></b></a>, e.g. for the initialization of variables of the address type.</li>
44 </ul>
45 <p>Related keywords:</p>
46 <ul>
47 <li><a href="address.html"><b><font face="Courier New" color="#003258" size="4">address</font></b></a></li>
48 <li><a href="altstep.html"><b><font face="Courier New" color="#003258" size="4">altstep</font></b></a></li>
49 <li><a href="activate.html"><b><font face="Courier New" color="#003258" size="4">activate</font></b></a></li>
50 <li><a href="default.html"><b><font face="Courier New" color="#003258" size="4">default</font></b></a></li>
51 </ul>
52 <hr align="left" width="50%">
53 <div align="center">
54 <center>
55 <table border="0" width="90%" bgcolor="#FFB599" cellpadding="4">
56 <tr>
57 <td width="100%">
58 <h3 align="center"><font face="Courier New" color="#003258" size="5"><b>null</b></font></h3>
59 </td>
60 </tr>
61 </table>
62 </center>
63 </div>
64 <hr align="left" width="50%">
65 <p>Example 1:
66 <p><font face="Courier New">var default vd_DefaultVariable := null; </font>
67 <p>The variable vd_DefaultVariable is declared and given the initial value null.</p>
68 <hr align="left" width="50%">
69 <p>Example 2:
70 <p><font face="Courier New">var address v_MySUTentity := null; </font>
71 <p>The variable v_MySUTentity is declared and given the initial value null.</p>
72 <hr align="left" width="25%">
73 <hr align="left" width="25%">
74 <p><a HREF="BNF.html#activateop">BNF definition</a> of <font face="Courier New">null</font></p>
75 </body>
76 </html>
This page took 0.047399 seconds and 5 git commands to generate.