Product SiteDocumentation Site

7.4.3. ADDRESS


>>-ADDRESS()---------------------------------------------------><

Returns the name of the environment to which commands are currently submitted. Trailing whitespace characters are removed from the result.
Here is an example:

Example 7.7. Builtin function ADDRESS

ADDRESS()    ->    "CMD"        /* default under Windows */

ADDRESS()    ->    "bash"       /* default under Linux   */