about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--apps/mulisp.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mulisp.subx b/apps/mulisp.subx
index 6487e009..d57a14a5 100644
--- a/apps/mulisp.subx
+++ b/apps/mulisp.subx
@@ -44,7 +44,7 @@ $main:end:
 # glossary and notational convention to disambiguate:
 #   lisp type: what Lisp code can see. Looks how you type it at the prompt.
 #     nil num char string symbol pair array
-#   type tag: the code for a lisp type. All caps.
+#   type tag: the numeric code for a lisp type. All caps.
 #     NIL NUM CHAR STRING SYMBOL PAIR ARRAY
 #   memory type: a type specifying memory layout at the SubX level. Starts
 #   with a '$'.
f ^
90538f23 ^

99c3cfdd ^
90538f23 ^
300f4554 ^
90538f23 ^
d9d9ab81 ^


099f0d5d ^

418ea7d3 ^
e97b446a ^
90538f23 ^
6488bfcf ^
90538f23 ^
6488bfcf ^
90538f23 ^
23fd294d ^

6488bfcf ^











90538f23 ^



531f14c9 ^

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