[REBOL] command line arguments
From: tmail5:cogeco:ca at: 6-Apr-2004 13:33
On Mon, 5 Apr 2004 16:25:19 +1200, you wrote:>> > either system/script/args [ >> >instead of: >> >> either not system/script/args == none [ >> got an error when i tried that: >Then you almost certainly have an error in the code before this point. :)here are the first few lines of the program :) ; REBOL [] either not system/script/args == none [ as i mentioned earlier, i'm still a relative newbie with rebol...