diff options
Diffstat (limited to 'src/interp/as.boot')
-rw-r--r-- | src/interp/as.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/as.boot b/src/interp/as.boot index 6aa64624..b21ad225 100644 --- a/src/interp/as.boot +++ b/src/interp/as.boot @@ -318,7 +318,7 @@ asyExtractDescription str == str trimComments str == - null str or str = '"" => '"" + str = nil or str = '"" => '"" m := MAXINDEX str str := SUBSTRING(str,0,m) trimString str |