Edit C:\Users\Admin\.m2\repository\org\beanshell\bsh\2.0b4\bsh\commands\unset.bsh
/** "Undefine" the variable specifed by 'name' (So that it tests == void). <p> <em>Note: there will be a better way to do this in the future. This is currently equivalent to doing namespace.setVariable(name, null);</em> */ bsh.help.unset = "usage: unset( name )"; void unset( String name ) { if ( arg == null ) // ??? return; this.caller.namespace.unsetVariable( name ); }
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de