aboutsummaryrefslogtreecommitdiff
path: root/src/interp/as.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/as.boot')
-rw-r--r--src/interp/as.boot12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/interp/as.boot b/src/interp/as.boot
index a4abbcc5..7b36f74a 100644
--- a/src/interp/as.boot
+++ b/src/interp/as.boot
@@ -95,7 +95,7 @@ asyParents(conform) ==
-- x := SUBLISLIS(IFCDR conform,formalParams,x)
-- x := SUBST('Type,'Object,x)
acc := [:explodeIfs x,:acc]
- NREVERSE acc
+ nreverse acc
asySubstMapping u ==
u is [op,:r] =>
@@ -294,7 +294,7 @@ asGetModemaps(opAlist,oform,kind,modemap) ==
pred' := MKPF([pred,:catPredList],'AND)
mm := [[dc,:sig],[pred']]
acc := [[op,:interactiveModemapForm mm],:acc]
- NREVERSE acc
+ nreverse acc
asIsCategoryForm m ==
m = "BasicType" or getConstructorKindFromDB opOf m = "category"
@@ -608,7 +608,7 @@ asytranCategory(form,levels,predlist,local?) ==
HPUT(catTable,id,[asyWrap(record,predlist),:HGET(catTable,id)])
catList := [asyWrap(dform,predlist),:catList]
keys := listSort(function GLESSEQP,HKEYS catTable)
- right1 := NREVERSE catList
+ right1 := nreverse catList
right2 := [[key,:HGET(catTable,key)] for key in keys]
right :=
right2 => [:right1,['Exports,:right2]]
@@ -867,9 +867,9 @@ asyTypeJoin r ==
$predlist : local := nil
for x in r repeat asyTypeJoinPart(x,$predlist)
catpart :=
- $opStack => ['CATEGORY,$kind,:asyTypeJoinStack REVERSE $opStack]
+ $opStack => ['CATEGORY,$kind,:asyTypeJoinStack reverse $opStack]
nil
- conpart := asyTypeJoinStack REVERSE $conStack
+ conpart := asyTypeJoinStack reverse $conStack
conpart =>
catpart => ['Join,:conpart,catpart]
rest conpart => ['Join,:conpart]
@@ -962,7 +962,7 @@ asyCATEGORY x ==
cats := "append"/[asyCattran c for c in cats]
[a, na] := asyFindAttrs cats
cats := na
- attribs := APPEND(attribs, a)
+ attribs := append(attribs, a)
attribs := [['ATTRIBUTE, x] for x in attribs]
exportPart := [:exportPart,:attribs]
joins or cats or attribs =>