File: test_loop4.out

package info (click to toggle)
libhtml-template-pro-perl 0.9524-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,512 kB
  • sloc: ansic: 1,841; perl: 1,474; yacc: 404; pascal: 118; makefile: 6
file content (44 lines) | stat: -rw-r--r-- 487 bytes parent folder | download | duplicates (6)
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
<HTML>
<body>
<H1> test_loop4 </H1>

We test inner loop variables

<table>
 
<tr>
<td>first:1</td>
<td>last: 0</td>
<td>odd:1</td>
<td>inner:0</td>
<td>count:1</td>
</tr>
 
<tr>
<td>first:0</td>
<td>last: 0</td>
<td>odd:0</td>
<td>inner:1</td>
<td>count:2</td>
</tr>
 
<tr>
<td>first:0</td>
<td>last: 0</td>
<td>odd:1</td>
<td>inner:1</td>
<td>count:3</td>
</tr>
 
<tr>
<td>first:0</td>
<td>last: 1</td>
<td>odd:0</td>
<td>inner:0</td>
<td>count:4</td>
</tr>
 
</table>

</body>
</HTML>