-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathARRAY0.html
84 lines (84 loc) · 3.68 KB
/
ARRAY0.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html><head>
<meta http-equiv="content-type"
content="text/html; charset=UTF-8">
<meta name="description"
content="sweave generated">
</head><body><font face="Sorts Mill Goudy">
<p align="justify"><font face="Sorts Mill Goudy">
<h1>ARRAY0 - Array with no elements</h1>
</font></p>
<p align="justify"><font face="Sorts Mill Goudy">
<font face="Source Code Pro">ARRAY0</font> is a variable that has an empty array. Since this is a
a language processor specific definition it is isolated into this
module.
</font></p>
<p align="justify"><font face="Sorts Mill Goudy">
<h2>Uses</h2>
<a href="SYSTEM.html">SYSTEM</a><br>
</font></p>
<div style="background-image: url(greenbar.gif)">
<pre><font face="Source Code Pro">
<b>«INCLUDES»≡</b>
-INCLUDE 'SYSTEM.INC'
<b>@</b>
</font></pre></div>
<div style="background-image: url(greenbar.gif)">
<pre><font face="Source Code Pro">
<b>«ARRAY0»≡</b>
-PUBLIC ARRAY0
<font color="#818181"><i>*</i></font>
ARRAY0 = ARRAY('-10000:-10000')
ARRAY0 = ?(SYSTEM() ? 'CSNOBOL4') ARRAY('0:-1')
<b>@</b>
</font></pre></div>
<div style="background-image: url(greenbar.gif)">
<pre><font face="Source Code Pro">
<b>«unit_test»≡</b>
<font color="#818181"><i>#!/usr/bin/bash</i></font>
exec "/usr/local/bin/snobol4" "-b" "$0" "$@"
-INCLUDE 'ARRAY0.INC'
<font color="#818181"><i>*</i></font>
&CODE = 1
&CODE = 0
END
<b>@</b>
</font></pre></div>
<div style="background-image: url(greenbar.gif)">
<pre><font face="Source Code Pro">
<b>«»≡</b>
-MODULE ARRAY0
<b>«INCLUDES»</b>
-IN72
-STITL ARRAY0
-EJECT
<font color="#818181"><i>*</i></font>
<font color="#818181"><i>************************************************************************</i></font>
<font color="#818181"><i>* *</i></font>
<font color="#818181"><i>* # ###### ###### # # # #### *</i></font>
<font color="#818181"><i>* # # # # # # # # # # # ## *</i></font>
<font color="#818181"><i>* # # # # # # # # # # # # # *</i></font>
<font color="#818181"><i>* # # ###### ###### # # # # # # *</i></font>
<font color="#818181"><i>* ####### # # # # ####### # ## # *</i></font>
<font color="#818181"><i>* # # # # # # # # # # # *</i></font>
<font color="#818181"><i>* # # # # # # # # # #### *</i></font>
<font color="#818181"><i>* *</i></font>
<font color="#818181"><i>* ARRAY0 ARRAY OF SIZE 0 *</i></font>
<font color="#818181"><i>* *</i></font>
<font color="#818181"><i>************************************************************************</i></font>
<font color="#818181"><i>*</i></font>
<font color="#818181"><i>* ARRAY0.lss</i></font>
<font color="#818181"><i>*</i></font>
<b>«ARRAY0»</b>
<font color="#818181"><i>*</i></font>
<font color="#818181"><i>* CE: .F.MSNOBOL4;</i></font>
<b>@</b>
</font></pre></div>
<footer><hr><table width="100%" border="0">
<tr><td><p align=left>
Produced by <code>sweave</code>
</p></td><td><p align=center>
Sun Aug 31 15:20:13 EDT 2014</p></td><td><p align=right>
Return to <a href="index.html">index</a>
</p></td></table></footer>
</font></body></html>