aboutsummaryrefslogtreecommitdiff
path: root/src/interp/i-output.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-04-30 14:27:31 +0000
committerdos-reis <gdr@axiomatics.org>2011-04-30 14:27:31 +0000
commitbd5f5b0df93361d31592738fb18d77a275f04bc9 (patch)
treee2b46b5d5ded0265990ef24f4bf2ddb9640e7fc4 /src/interp/i-output.boot
parent6661a9aa8e79dc934bde807293857f2dfc0eca6f (diff)
downloadopen-axiom-bd5f5b0df93361d31592738fb18d77a275f04bc9.tar.gz
more cleanup
Diffstat (limited to 'src/interp/i-output.boot')
-rw-r--r--src/interp/i-output.boot6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interp/i-output.boot b/src/interp/i-output.boot
index 4bd60e63..ddb6f291 100644
--- a/src/interp/i-output.boot
+++ b/src/interp/i-output.boot
@@ -461,7 +461,7 @@ appChar(string,x,y,d) ==
RPLACSTR(line,shiftedX,n:=#string,string,0,n)
if bumpDeltaIfTrue=true then $highlightDelta:= $highlightDelta+1
d
- appChar(string,x,y,append!(d,[[y,:GETFULLSTR(10+$LINELENGTH+$MARGIN," ")]]))
+ appChar(string,x,y,append!(d,[[y,:makeString(10+$LINELENGTH+$MARGIN,char " ")]]))
print(x,domain) ==
dom:= devaluate domain
@@ -1595,7 +1595,7 @@ output(expr,domain) ==
sayALGEBRA [:bright '"LISP",'"output:",'"%l",expr or '"NIL"]
outputNumber(start,linelength,num) ==
- if start > 1 then blnks := fillerSpaces(start-1,'" ")
+ if start > 1 then blnks := fillerSpaces(start-1,char " ")
else blnks := '""
under := '"__"
firsttime:=(linelength>3)
@@ -1619,7 +1619,7 @@ outputNumber(start,linelength,num) ==
sayALGEBRA [blnks, num]
outputString(start,linelength,str) ==
- if start > 1 then blnks := fillerSpaces(start-1,'" ")
+ if start > 1 then blnks := fillerSpaces(start-1,char " ")
else blnks := '""
while # str > linelength repeat
if $collectOutput then