diff options
Diffstat (limited to 'src/interp/sys-constants.boot')
-rw-r--r-- | src/interp/sys-constants.boot | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interp/sys-constants.boot b/src/interp/sys-constants.boot index f518d045..ec399877 100644 --- a/src/interp/sys-constants.boot +++ b/src/interp/sys-constants.boot @@ -513,6 +513,9 @@ $One == $true == ''T +$false == + false + ++ Indicate absence of value $NoValue == "$NoValue" |