diff options
Diffstat (limited to 'src/interp/sys-constants.boot')
-rw-r--r-- | src/interp/sys-constants.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/sys-constants.boot b/src/interp/sys-constants.boot index b50e1d56..d8521b88 100644 --- a/src/interp/sys-constants.boot +++ b/src/interp/sys-constants.boot @@ -738,5 +738,5 @@ $SpadReaderTag == $OperatorFunctionNames == ["**", "^", "*", "/", "rem", "quo", "mod", "div", "exquo", "+", "-", ">", ">=", "=", "~=", "<", "<=", "~", "not", - "case", "and", "or", "<<", ">>" ] + "case", "and", "or", "<<", ">>", "/\", "\/" ] |