about summary refs log tree commit diff stats
path: root/base.lua
diff options
context:
space:
mode:
Diffstat (limited to 'base.lua')
-rw-r--r--base.lua8
1 files changed, 0 insertions, 8 deletions
diff --git a/base.lua b/base.lua index 9c5b5b7..6dc71e4 100644 --- a/base.lua +++ b/base.lua
@@ -5,14 +5,6 @@ local type = require "type"
5local isNull = type.isNull 5local isNull = type.isNull
6 6
7base.env = { 7base.env = {
8 begin =
9 function (r)
10 local r = r
11 while not isNull(r.cdr) do
12 r = r.cdr
13 end
14 return r.car
15 end,
16 ["+"] = 8 ["+"] =
17 function (r) 9 function (r)
18 local r, a = r, 0 10 local r, a = r, 0