patch 8.2.0605: Vim9: cannot unlet an environment variable

Problem:    Vim9: cannot unlet an environment variable.
Solution:   Implement unlet for $VAR.
diff --git a/src/vim9.h b/src/vim9.h
index 64749ce..a75e175 100644
--- a/src/vim9.h
+++ b/src/vim9.h
@@ -45,6 +45,7 @@
     ISN_STORENR,    // store number into local variable isn_arg.storenr.stnr_idx
 
     ISN_UNLET,		// unlet variable isn_arg.unlet.ul_name
+    ISN_UNLETENV,	// unlet environment variable isn_arg.unlet.ul_name
 
     // constants
     ISN_PUSHNR,		// push number isn_arg.number