@@ -60,9 +60,9 @@ (Value v){return new IntValue(cast(StrValue)v !is null);} ); e.addPrimitive("_isfun", ValueLayer, (Value v){return new IntValue(cast(FunValue)v !is null);} ); e.addPrimitive("_isundefined", ValueLayer, - (Value v){return new IntValue(cast(UndefinedValue)v !is null);} ); + (Value v){return new IntValue(cast(BottomValue)v !is null);} ); e.addPrimitive("_istable", ValueLayer, (Value v){return new IntValue(cast(Table)v !is null);} ); // table e.addPrimitive(".", ValueLayer, (Table t, StrValue s){