NotReady-macro
Displays the message "This operation is still under development..." in a dialog box with an OK button.
Def NotReady { ty -b $General.UnderDev; };
The following script displays the message "This operation is still under development..." in a dialog box with an OK button.
NotReady;