diff options
Diffstat (limited to 'src/interp/sys-constants.boot')
-rw-r--r-- | src/interp/sys-constants.boot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/sys-constants.boot b/src/interp/sys-constants.boot index c8e454d3..e113f4fe 100644 --- a/src/interp/sys-constants.boot +++ b/src/interp/sys-constants.boot @@ -105,7 +105,7 @@ _/MAJOR_-VERSION == ++ Glyph for a box $boxString == - strconc(STRING CODE_-CHAR 29, STRING CODE_-CHAR 226) + strconc(charString abstractChar 29, charString abstractChar 226) ++ Glyph for an APL quad $quadSymbol == @@ -119,7 +119,7 @@ $quadSymbol == ++ The escape character, in string form $escapeString == - STRING CODE_-CHAR 27 + charString abstractChar 27 ++ Marker to swicth to bold font $boldString == |