about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--shell/evaluate.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/evaluate.mu b/shell/evaluate.mu
index 8c8bf933..170a1713 100644
--- a/shell/evaluate.mu
+++ b/shell/evaluate.mu
@@ -59,7 +59,7 @@ fn evaluate _in: (addr handle cell), out: (addr handle cell), env-h: (handle cel
   }
   # in-addr is a syntax tree
   $evaluate:anonymous-function: {
-    # trees starting with "fn" are anonymous functions and therefore literals
+    # trees starting with "fn" are anonymous functions
     var expr/esi: (addr cell) <- copy in-addr
     # if its first elem is not "fn", break
     var in-addr/edx: (addr cell) <- copy in-addr
the previous revision' href='/akspecs/ranger/blame/examples/rifle_sxiv.sh?h=v1.9.0&id=69950954a9f1041ec0f494571250f10ff2fb7c77'>^
dcbc83fe ^
796074b5 ^
dcbc83fe ^
b53a97ed ^












dcbc83fe ^

baf1bafa ^
b53a97ed ^
baf1bafa ^




b53a97ed ^

bef8a8f8 ^
796074b5 ^
dcbc83fe ^

b53a97ed ^
62af2777 ^
dcbc83fe ^

796074b5 ^
dcbc83fe ^
796074b5 ^
dcbc83fe ^
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