From 1f0d35d598f1b19df7a6aecdf194283eaca9faaf Mon Sep 17 00:00:00 2001 From: TudbuT Date: Tue, 19 Apr 2022 01:49:56 +0200 Subject: [PATCH] add native delete to std --- std.isbpl | 1 + 1 file changed, 1 insertion(+) diff --git a/std.isbpl b/std.isbpl index a540424..10cf785 100644 --- a/std.isbpl +++ b/std.isbpl @@ -67,6 +67,7 @@ native fcall native deffunc native defmethod native deffield +native delete "deletes all field values from an object" # native callmethod func ++ { 1 + }