NotReady

Displays the message "This operation is still under development..." in a dialog box with an OK button.

Definition:

Def  NotReady {
      ty -b $General.UnderDev;
};

Example:

The following script displays the message "This operation is still under development..." in a dialog box with an OK button.

NotReady;