command class : command() fitter
Description
Returns a new instance of command class.
Syntax
new command()
Arguments
None.
Return value
| Class | Description |
| command | A new instance of command class. |
Sample code
| 1: | command instance = new command(); |
Notes
It is default fitter automatically generated. It returns an instance as same as getting by variable declaration.
The returned instance has not been initialized.
Links for reference
None.


