From: | Don Cox |
Date: | 14 Aug 2000 at 22:53:43 |
Subject: | Re: MUI arexx comands and Genesis.... |
On 14-Aug-00, Sam Thomas wrote:
>
>
>> "ADDRESS GENESIS ; HIDE"
>
> have not got the ; in mine, what diference does that make then? if
> any?
It indicates the end of a command. That example has two commands on none
line. In many languages you have to put the semi-colon after each
command even when there is only one on a line. In ARexx (or Rexx) you
could write
ADRESS "GENESIS"
HIDE
Regards
Quote carefully and read all ADMIN:README mails