home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 April
/
CMCD0404.ISO
/
Software
/
Shareware
/
Comunicatii
/
advwebrank
/
awr.msi
/
disk1.cab
/
bsh_1.2b6.jar
/
bsh
/
commands
/
clear.bsh
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2002-05-24
|
242 b
|
11 lines
/**
Clear all variables, methods, and imports from this namespace.
If this namespace is the root, it will be reset to the default
imports.
See NameSpace.clear();
@see NameSpace.clear();
*/
clear() {
this.caller.namespace.clear();
}