about summary refs log tree commit diff stats
path: root/html/apps/ex2.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/apps/ex2.mu.html')
-rw-r--r--html/apps/ex2.mu.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/html/apps/ex2.mu.html b/html/apps/ex2.mu.html
index fa0e8ed0..a4a53e22 100644
--- a/html/apps/ex2.mu.html
+++ b/html/apps/ex2.mu.html
@@ -64,11 +64,11 @@ if ('onhashchange' in window) {
 <span id="L7" class="LineNr"> 7 </span><span class="Comment">#   $ echo $?</span>
 <span id="L8" class="LineNr"> 8 </span><span class="Comment">#   7</span>
 <span id="L9" class="LineNr"> 9 </span>
-<span id="L10" class="LineNr">10 </span><span class="PreProc">fn</span> <a href='../mu-init-test.subx.html#L7'>main</a><span class="PreProc"> -&gt; </span>result/<span class="Constant">ebx</span>: int <span class="Delimiter">{</span>
-<span id="L11" class="LineNr">11 </span>  result <span class="Special">&lt;-</span> do-add <span class="Constant">3</span> <span class="Constant">4</span>
+<span id="L10" class="LineNr">10 </span><span class="PreProc">fn</span> main<span class="PreProc"> -&gt; </span>result/<span class="Constant">ebx</span>: int <span class="Delimiter">{</span>
+<span id="L11" class="LineNr">11 </span>  result <span class="Special">&lt;-</span> <a href='ex2.mu.html#L14'>do-add</a> <span class="Constant">3</span> <span class="Constant">4</span>
 <span id="L12" class="LineNr">12 </span><span class="Delimiter">}</span>
 <span id="L13" class="LineNr">13 </span>
-<span id="L14" class="LineNr">14 </span><span class="PreProc">fn</span> do-add a: int, b: int<span class="PreProc"> -&gt; </span>result/<span class="Constant">ebx</span>: int <span class="Delimiter">{</span>
+<span id="L14" class="LineNr">14 </span><span class="PreProc">fn</span> <a href='ex2.mu.html#L14'>do-add</a> a: int, b: int<span class="PreProc"> -&gt; </span>result/<span class="Constant">ebx</span>: int <span class="Delimiter">{</span>
 <span id="L15" class="LineNr">15 </span>  result <span class="Special">&lt;-</span> copy a
 <span id="L16" class="LineNr">16 </span>  result <span class="Special">&lt;-</span> add b
 <span id="L17" class="LineNr">17 </span><span class="Delimiter">}</span>
2010-01-06 00:36:51 +0100 colorscheme: clean up' href='/akspecs/ranger/commit/ranger/gui/colorscheme.py?h=v1.9.0&id=9ec914e306514c7a6f0cf3d401e97712dc197501'>9ec914e3 ^
465bff73 ^
9ec914e3 ^



65cb1a32 ^
f027adc0 ^

9dc6fe07 ^
f027adc0 ^
9ec914e3 ^





6d985a2c ^
f027adc0 ^

9dc6fe07 ^
f027adc0 ^
7740d525 ^
9dc6fe07 ^
aea67778 ^
f027adc0 ^


9dc6fe07 ^
f027adc0 ^
9ec914e3 ^

ea87d005 ^
9ec914e3 ^

f027adc0 ^
9ec914e3 ^
9dc6fe07 ^
9dc6fe07 ^
9ec914e3 ^

165bde56 ^





9ec914e3 ^
165bde56 ^






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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104