about summary refs log tree commit diff stats
path: root/example1.mu
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-05-25 00:45:31 -0700
committerKartik Agaram <vc@akkartik.com>2019-05-25 00:45:31 -0700
commitbd31dbe85418b05a5f9e101525a829c48aa9bf37 (patch)
treea996945a344c22beea3f73fdcdb3686a523ebe04 /example1.mu
parent6c03f2edab211d90405187eafa9a0243bbd64c39 (diff)
downloadmu-bd31dbe85418b05a5f9e101525a829c48aa9bf37.tar.gz
.
hoist 'Heap' variable into the std library in anticipation of the parse-array-of-ints
primitive.
Diffstat (limited to 'example1.mu')
0 files changed, 0 insertions, 0 deletions
pan> ^
395f736d ^



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