[EMAIL PROTECTED] wrote:
> 
> Hi,
> 
> I am just curious if running rebol with command line parameters work for
> you? I get following error:
> 
> rebol --do "print 123"
> 
> ** Script Error: print is missing its value argument.
> ** Where: print
> ** Press enter to quit...
> 
> Thanks,
> -pekr-

[newlook@trek test]$ rebol --do "print 123"
123
REBOL/View 0.9.9.4.2 1-Jun-2000
Copyright 2000 REBOL Technologies.  All rights reserved.
Type DEMO to run demo if it is disabled
>>

works fine on this end.

Deryk

Reply via email to